public interface

DynamicProto.AnimatableDynamicFloatOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableDynamicFloatOrBuilder

Subclasses:

DynamicProto.AnimatableDynamicFloat, DynamicProto.AnimatableDynamicFloat.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.DynamicFloatgetInput()

 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.DynamicFloat input = 1;

Returns:

Whether the input field is set.

public DynamicProto.DynamicFloat getInput()

 The value to watch, and animate when it changes.
 
.androidx.wear.protolayout.expression.proto.DynamicFloat 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.