public interface

DynamicProto.AnimatableFixedInt32OrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableFixedInt32OrBuilder

Subclasses:

DynamicProto.AnimatableFixedInt32, DynamicProto.AnimatableFixedInt32.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public intgetFromValue()

 The value to start animating from.

public intgetToValue()

 The value to animate to.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

Methods

public int getFromValue()

 The value to start animating from.
 
int32 from_value = 1;

Returns:

The fromValue.

public int getToValue()

 The value to animate to.
 
int32 to_value = 2;

Returns:

The toValue.

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.