public interface

DynamicProto.AnimatableFixedColorOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableFixedColorOrBuilder

Subclasses:

DynamicProto.AnimatableFixedColor, DynamicProto.AnimatableFixedColor.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public intgetFromArgb()

 The color value (in ARGB format) to start animating from.

public intgetToArgb()

 The color value (in ARGB format) to animate to.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

Methods

public int getFromArgb()

 The color value (in ARGB format) to start animating from.
 
uint32 from_argb = 1;

Returns:

The fromArgb.

public int getToArgb()

 The color value (in ARGB format) to animate to.
 
uint32 to_argb = 2;

Returns:

The toArgb.

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.