public final class

DynamicProto.AnimatableDynamicFloat.Builder

extends <any>

implements DynamicProto.AnimatableDynamicFloatOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.DynamicProto.AnimatableDynamicFloat.Builder

Overview

 A dynamic interpolation node. This will watch the value of its input and,
 when the first update arrives, immediately emit that value. On subsequent
 updates, it will animate between the old and new values.

 If this node receives an invalid value (e.g. as a result of an upstream node
 having no value), then it will emit a single invalid value, and forget its
 "stored" value. The next valid value that arrives is then used as the
 "first" value again.
 
Protobuf type androidx.wear.protolayout.expression.proto.AnimatableDynamicFloat

Summary

Methods
public DynamicProto.AnimatableDynamicFloat.BuilderclearAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableDynamicFloat.BuilderclearInput()

 The value to watch, and animate when it changes.

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.

public DynamicProto.AnimatableDynamicFloat.BuildermergeAnimationSpec(AnimationParameterProto.AnimationSpec value)

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableDynamicFloat.BuildermergeInput(DynamicProto.DynamicFloat value)

 The value to watch, and animate when it changes.

public DynamicProto.AnimatableDynamicFloat.BuildersetAnimationSpec(AnimationParameterProto.AnimationSpec.Builder builderForValue)

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableDynamicFloat.BuildersetAnimationSpec(AnimationParameterProto.AnimationSpec value)

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableDynamicFloat.BuildersetInput(DynamicProto.DynamicFloat.Builder builderForValue)

 The value to watch, and animate when it changes.

public DynamicProto.AnimatableDynamicFloat.BuildersetInput(DynamicProto.DynamicFloat value)

 The value to watch, and animate when it changes.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public boolean hasInput()

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

public DynamicProto.DynamicFloat getInput()

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

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

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

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

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

public boolean hasAnimationSpec()

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

public AnimationParameterProto.AnimationSpec getAnimationSpec()

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

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

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

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

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