public final class

DynamicProto.AnimatableFixedFloat.Builder

extends <any>

implements DynamicProto.AnimatableFixedFloatOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A static interpolation, between two fixed floating point values.
 
Protobuf type androidx.wear.protolayout.expression.proto.AnimatableFixedFloat

Summary

Methods
public DynamicProto.AnimatableFixedFloat.BuilderclearAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableFixedFloat.BuilderclearFromValue()

 The number to start animating from.

public DynamicProto.AnimatableFixedFloat.BuilderclearToValue()

 The number to animate to.

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.

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

 The animation parameters for duration, delay, etc.

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

 The animation parameters for duration, delay, etc.

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

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableFixedFloat.BuildersetFromValue(float value)

 The number to start animating from.

public DynamicProto.AnimatableFixedFloat.BuildersetToValue(float value)

 The number to animate to.

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

Methods

public float getFromValue()

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

Returns:

The fromValue.

public DynamicProto.AnimatableFixedFloat.Builder setFromValue(float value)

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

Parameters:

value: The fromValue to set.

Returns:

This builder for chaining.

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

Returns:

This builder for chaining.

public float getToValue()

 The number to animate to.
 
float to_value = 2;

Returns:

The toValue.

public DynamicProto.AnimatableFixedFloat.Builder setToValue(float value)

 The number to animate to.
 
float to_value = 2;

Parameters:

value: The toValue to set.

Returns:

This builder for chaining.

 The number to animate to.
 
float to_value = 2;

Returns:

This builder for chaining.

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;

public DynamicProto.AnimatableFixedFloat.Builder clearAnimationSpec()

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