public final class

DynamicProto.AnimatableFixedInt32.Builder

extends <any>

implements DynamicProto.AnimatableFixedInt32OrBuilder

 java.lang.Object

↳<any>

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

Overview

 A static interpolation, between two fixed int32 values.
 
Protobuf type androidx.wear.protolayout.expression.proto.AnimatableFixedInt32

Summary

Methods
public DynamicProto.AnimatableFixedInt32.BuilderclearAnimationSpec()

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableFixedInt32.BuilderclearFromValue()

 The value to start animating from.

public DynamicProto.AnimatableFixedInt32.BuilderclearToValue()

 The value to animate to.

public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public intgetFromValue()

 The value to start animating from.

public intgetToValue()

 The value to animate to.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

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

 The animation parameters for duration, delay, etc.

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

 The animation parameters for duration, delay, etc.

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

 The animation parameters for duration, delay, etc.

public DynamicProto.AnimatableFixedInt32.BuildersetFromValue(int value)

 The value to start animating from.

public DynamicProto.AnimatableFixedInt32.BuildersetToValue(int value)

 The value to animate to.

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

Methods

public int getFromValue()

 The value to start animating from.
 
int32 from_value = 1;

Returns:

The fromValue.

public DynamicProto.AnimatableFixedInt32.Builder setFromValue(int value)

 The value to start animating from.
 
int32 from_value = 1;

Parameters:

value: The fromValue to set.

Returns:

This builder for chaining.

 The value to start animating from.
 
int32 from_value = 1;

Returns:

This builder for chaining.

public int getToValue()

 The value to animate to.
 
int32 to_value = 2;

Returns:

The toValue.

public DynamicProto.AnimatableFixedInt32.Builder setToValue(int value)

 The value to animate to.
 
int32 to_value = 2;

Parameters:

value: The toValue to set.

Returns:

This builder for chaining.

 The value to animate to.
 
int32 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.AnimatableFixedInt32.Builder clearAnimationSpec()

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