public interface

DynamicProto.AnimatableFixedFloatOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableFixedFloatOrBuilder

Subclasses:

DynamicProto.AnimatableFixedFloat, DynamicProto.AnimatableFixedFloat.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public floatgetFromValue()

 The number to start animating from.

public floatgetToValue()

 The number to animate to.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

Methods

public float getFromValue()

 The number to start animating from.
 
float from_value = 1;

Returns:

The fromValue.

public float getToValue()

 The number to animate to.
 
float 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.