public interface

DynamicProto.AnimatableDynamicColorOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableDynamicColorOrBuilder

Subclasses:

DynamicProto.AnimatableDynamicColor, DynamicProto.AnimatableDynamicColor.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.DynamicColorgetInput()

 The value to watch, and animate when it changes.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

public booleanhasInput()

 The value to watch, and animate when it changes.

Methods

public boolean hasInput()

 The value to watch, and animate when it changes.
 
.androidx.wear.protolayout.expression.proto.DynamicColor input = 1;

Returns:

Whether the input field is set.

public DynamicProto.DynamicColor getInput()

 The value to watch, and animate when it changes.
 
.androidx.wear.protolayout.expression.proto.DynamicColor input = 1;

Returns:

The input.

public boolean hasAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 3;

Returns:

Whether the animationSpec field is set.

public AnimationParameterProto.AnimationSpec getAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 3;

Returns:

The animationSpec.