public interface

DynamicProto.AnimatableDynamicInt32OrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableDynamicInt32OrBuilder

Subclasses:

DynamicProto.AnimatableDynamicInt32, DynamicProto.AnimatableDynamicInt32.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.DynamicInt32getInput()

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

Returns:

Whether the input field is set.

public DynamicProto.DynamicInt32 getInput()

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

Returns:

The input.

public boolean hasAnimationSpec()

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

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 = 2;

Returns:

The animationSpec.