public interface

DynamicProto.DynamicColorOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.DynamicColorOrBuilder

Subclasses:

DynamicProto.DynamicColor, DynamicProto.DynamicColor.Builder

Summary

Methods
public DynamicProto.AnimatableDynamicColorgetAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicColor animatable_dynamic = 4;

public DynamicProto.AnimatableFixedColorgetAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedColor animatable_fixed = 3;

public DynamicProto.ConditionalColorOpgetConditionalOp()

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

public FingerprintProto.NodeFingerprintgetFingerprint()

 The fingerprint for the dynamic node

public FixedProto.FixedColorgetFixed()

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

public DynamicProto.DynamicColor.InnerCasegetInnerCase()

public DynamicProto.StateColorSourcegetStateSource()

.androidx.wear.protolayout.expression.proto.StateColorSource state_source = 2;

public booleanhasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicColor animatable_dynamic = 4;

public booleanhasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedColor animatable_fixed = 3;

public booleanhasConditionalOp()

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

public booleanhasFingerprint()

 The fingerprint for the dynamic node

public booleanhasFixed()

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

public booleanhasStateSource()

.androidx.wear.protolayout.expression.proto.StateColorSource state_source = 2;

Methods

public boolean hasFixed()

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

Returns:

Whether the fixed field is set.

public FixedProto.FixedColor getFixed()

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

Returns:

The fixed.

public boolean hasStateSource()

.androidx.wear.protolayout.expression.proto.StateColorSource state_source = 2;

Returns:

Whether the stateSource field is set.

public DynamicProto.StateColorSource getStateSource()

.androidx.wear.protolayout.expression.proto.StateColorSource state_source = 2;

Returns:

The stateSource.

public boolean hasAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedColor animatable_fixed = 3;

Returns:

Whether the animatableFixed field is set.

public DynamicProto.AnimatableFixedColor getAnimatableFixed()

.androidx.wear.protolayout.expression.proto.AnimatableFixedColor animatable_fixed = 3;

Returns:

The animatableFixed.

public boolean hasAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicColor animatable_dynamic = 4;

Returns:

Whether the animatableDynamic field is set.

public DynamicProto.AnimatableDynamicColor getAnimatableDynamic()

.androidx.wear.protolayout.expression.proto.AnimatableDynamicColor animatable_dynamic = 4;

Returns:

The animatableDynamic.

public boolean hasConditionalOp()

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

Returns:

Whether the conditionalOp field is set.

public DynamicProto.ConditionalColorOp getConditionalOp()

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

Returns:

The conditionalOp.

public boolean hasFingerprint()

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

Returns:

Whether the fingerprint field is set.

public FingerprintProto.NodeFingerprint getFingerprint()

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

Returns:

The fingerprint.