public interface

DynamicProto.DynamicFloatOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.DynamicFloatOrBuilder

Subclasses:

DynamicProto.DynamicFloat, DynamicProto.DynamicFloat.Builder

Summary

Methods
public DynamicProto.AnimatableDynamicFloatgetAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicFloat animatable_dynamic = 7;

public DynamicProto.AnimatableFixedFloatgetAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedFloat animatable_fixed = 6;

public DynamicProto.ArithmeticFloatOpgetArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticFloatOp arithmetic_operation = 2;

public DynamicProto.ConditionalFloatOpgetConditionalOp()

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

public FingerprintProto.NodeFingerprintgetFingerprint()

 The fingerprint for the dynamic node

public FixedProto.FixedFloatgetFixed()

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

public DynamicProto.DynamicFloat.InnerCasegetInnerCase()

public DynamicProto.Int32ToFloatOpgetInt32ToFloatOperation()

.androidx.wear.protolayout.expression.proto.Int32ToFloatOp int32_to_float_operation = 3;

public DynamicProto.StateFloatSourcegetStateSource()

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

public booleanhasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicFloat animatable_dynamic = 7;

public booleanhasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedFloat animatable_fixed = 6;

public booleanhasArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticFloatOp arithmetic_operation = 2;

public booleanhasConditionalOp()

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

public booleanhasFingerprint()

 The fingerprint for the dynamic node

public booleanhasFixed()

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

public booleanhasInt32ToFloatOperation()

.androidx.wear.protolayout.expression.proto.Int32ToFloatOp int32_to_float_operation = 3;

public booleanhasStateSource()

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

Methods

public boolean hasFixed()

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

Returns:

Whether the fixed field is set.

public FixedProto.FixedFloat getFixed()

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

Returns:

The fixed.

public boolean hasArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticFloatOp arithmetic_operation = 2;

Returns:

Whether the arithmeticOperation field is set.

public DynamicProto.ArithmeticFloatOp getArithmeticOperation()

.androidx.wear.protolayout.expression.proto.ArithmeticFloatOp arithmetic_operation = 2;

Returns:

The arithmeticOperation.

public boolean hasInt32ToFloatOperation()

.androidx.wear.protolayout.expression.proto.Int32ToFloatOp int32_to_float_operation = 3;

Returns:

Whether the int32ToFloatOperation field is set.

public DynamicProto.Int32ToFloatOp getInt32ToFloatOperation()

.androidx.wear.protolayout.expression.proto.Int32ToFloatOp int32_to_float_operation = 3;

Returns:

The int32ToFloatOperation.

public boolean hasStateSource()

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

Returns:

Whether the stateSource field is set.

public DynamicProto.StateFloatSource getStateSource()

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

Returns:

The stateSource.

public boolean hasConditionalOp()

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

Returns:

Whether the conditionalOp field is set.

public DynamicProto.ConditionalFloatOp getConditionalOp()

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

Returns:

The conditionalOp.

public boolean hasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedFloat animatable_fixed = 6;

Returns:

Whether the animatableFixed field is set.

public DynamicProto.AnimatableFixedFloat getAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedFloat animatable_fixed = 6;

Returns:

The animatableFixed.

public boolean hasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicFloat animatable_dynamic = 7;

Returns:

Whether the animatableDynamic field is set.

public DynamicProto.AnimatableDynamicFloat getAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicFloat animatable_dynamic = 7;

Returns:

The animatableDynamic.

public boolean hasFingerprint()

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

Returns:

Whether the fingerprint field is set.

public FingerprintProto.NodeFingerprint getFingerprint()

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

Returns:

The fingerprint.