public interface

DynamicProto.DynamicInt32OrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.DynamicInt32OrBuilder

Subclasses:

DynamicProto.DynamicInt32, DynamicProto.DynamicInt32.Builder

Summary

Methods
public DynamicProto.AnimatableDynamicInt32getAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicInt32 animatable_dynamic = 9;

public DynamicProto.AnimatableFixedInt32getAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedInt32 animatable_fixed = 8;

public DynamicProto.ArithmeticInt32OpgetArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticInt32Op arithmetic_operation = 3;

public DynamicProto.ConditionalInt32OpgetConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalInt32Op conditional_op = 5;

public DynamicProto.GetDurationPartOpgetDurationPart()

.androidx.wear.protolayout.expression.proto.GetDurationPartOp duration_part = 7;

public FingerprintProto.NodeFingerprintgetFingerprint()

 The fingerprint for the dynamic node

public FixedProto.FixedInt32getFixed()

.androidx.wear.protolayout.expression.proto.FixedInt32 fixed = 1;

public DynamicProto.FloatToInt32OpgetFloatToInt()

.androidx.wear.protolayout.expression.proto.FloatToInt32Op float_to_int = 6;

public DynamicProto.DynamicInt32.InnerCasegetInnerCase()

public DynamicProto.PlatformInt32SourcegetPlatformSource()

.androidx.wear.protolayout.expression.proto.PlatformInt32Source platform_source = 2;

public DynamicProto.StateInt32SourcegetStateSource()

.androidx.wear.protolayout.expression.proto.StateInt32Source state_source = 4;

public DynamicProto.GetZonedDateTimePartOpgetZonedDateTimePart()

.androidx.wear.protolayout.expression.proto.GetZonedDateTimePartOp zoned_date_time_part = 10;

public booleanhasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicInt32 animatable_dynamic = 9;

public booleanhasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedInt32 animatable_fixed = 8;

public booleanhasArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticInt32Op arithmetic_operation = 3;

public booleanhasConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalInt32Op conditional_op = 5;

public booleanhasDurationPart()

.androidx.wear.protolayout.expression.proto.GetDurationPartOp duration_part = 7;

public booleanhasFingerprint()

 The fingerprint for the dynamic node

public booleanhasFixed()

.androidx.wear.protolayout.expression.proto.FixedInt32 fixed = 1;

public booleanhasFloatToInt()

.androidx.wear.protolayout.expression.proto.FloatToInt32Op float_to_int = 6;

public booleanhasPlatformSource()

.androidx.wear.protolayout.expression.proto.PlatformInt32Source platform_source = 2;

public booleanhasStateSource()

.androidx.wear.protolayout.expression.proto.StateInt32Source state_source = 4;

public booleanhasZonedDateTimePart()

.androidx.wear.protolayout.expression.proto.GetZonedDateTimePartOp zoned_date_time_part = 10;

Methods

public boolean hasFixed()

.androidx.wear.protolayout.expression.proto.FixedInt32 fixed = 1;

Returns:

Whether the fixed field is set.

public FixedProto.FixedInt32 getFixed()

.androidx.wear.protolayout.expression.proto.FixedInt32 fixed = 1;

Returns:

The fixed.

public boolean hasPlatformSource()

.androidx.wear.protolayout.expression.proto.PlatformInt32Source platform_source = 2;

Returns:

Whether the platformSource field is set.

public DynamicProto.PlatformInt32Source getPlatformSource()

.androidx.wear.protolayout.expression.proto.PlatformInt32Source platform_source = 2;

Returns:

The platformSource.

public boolean hasArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticInt32Op arithmetic_operation = 3;

Returns:

Whether the arithmeticOperation field is set.

public DynamicProto.ArithmeticInt32Op getArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticInt32Op arithmetic_operation = 3;

Returns:

The arithmeticOperation.

public boolean hasStateSource()

.androidx.wear.protolayout.expression.proto.StateInt32Source state_source = 4;

Returns:

Whether the stateSource field is set.

public DynamicProto.StateInt32Source getStateSource()

.androidx.wear.protolayout.expression.proto.StateInt32Source state_source = 4;

Returns:

The stateSource.

public boolean hasConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalInt32Op conditional_op = 5;

Returns:

Whether the conditionalOp field is set.

public DynamicProto.ConditionalInt32Op getConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalInt32Op conditional_op = 5;

Returns:

The conditionalOp.

public boolean hasFloatToInt()

.androidx.wear.protolayout.expression.proto.FloatToInt32Op float_to_int = 6;

Returns:

Whether the floatToInt field is set.

public DynamicProto.FloatToInt32Op getFloatToInt()

.androidx.wear.protolayout.expression.proto.FloatToInt32Op float_to_int = 6;

Returns:

The floatToInt.

public boolean hasDurationPart()

.androidx.wear.protolayout.expression.proto.GetDurationPartOp duration_part = 7;

Returns:

Whether the durationPart field is set.

public DynamicProto.GetDurationPartOp getDurationPart()

.androidx.wear.protolayout.expression.proto.GetDurationPartOp duration_part = 7;

Returns:

The durationPart.

public boolean hasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedInt32 animatable_fixed = 8;

Returns:

Whether the animatableFixed field is set.

public DynamicProto.AnimatableFixedInt32 getAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedInt32 animatable_fixed = 8;

Returns:

The animatableFixed.

public boolean hasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicInt32 animatable_dynamic = 9;

Returns:

Whether the animatableDynamic field is set.

public DynamicProto.AnimatableDynamicInt32 getAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicInt32 animatable_dynamic = 9;

Returns:

The animatableDynamic.

public boolean hasZonedDateTimePart()

.androidx.wear.protolayout.expression.proto.GetZonedDateTimePartOp zoned_date_time_part = 10;

Returns:

Whether the zonedDateTimePart field is set.

public DynamicProto.GetZonedDateTimePartOp getZonedDateTimePart()

.androidx.wear.protolayout.expression.proto.GetZonedDateTimePartOp zoned_date_time_part = 10;

Returns:

The zonedDateTimePart.

public boolean hasFingerprint()

 The fingerprint for the dynamic node
 
.androidx.wear.protolayout.proto.NodeFingerprint fingerprint = 11;

Returns:

Whether the fingerprint field is set.

public FingerprintProto.NodeFingerprint getFingerprint()

 The fingerprint for the dynamic node
 
.androidx.wear.protolayout.proto.NodeFingerprint fingerprint = 11;

Returns:

The fingerprint.