public final class

DynamicProto.AnimatableFixedInt32

extends <any>

implements DynamicProto.AnimatableFixedInt32OrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intANIMATION_SPEC_FIELD_NUMBER

public static final intFROM_VALUE_FIELD_NUMBER

public static final intTO_VALUE_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public static DynamicProto.AnimatableFixedInt32getDefaultInstance()

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 static DynamicProto.AnimatableFixedInt32.BuildernewBuilder()

public static DynamicProto.AnimatableFixedInt32.BuildernewBuilder(DynamicProto.AnimatableFixedInt32 prototype)

public static DynamicProto.AnimatableFixedInt32parseDelimitedFrom(java.io.InputStream input)

public static DynamicProto.AnimatableFixedInt32parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32parseFrom(java.nio.ByteBuffer data)

public static DynamicProto.AnimatableFixedInt32parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32parseFrom(com.google.protobuf.ByteString data)

public static DynamicProto.AnimatableFixedInt32parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32parseFrom(com.google.protobuf.CodedInputStream input)

public static DynamicProto.AnimatableFixedInt32parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int FROM_VALUE_FIELD_NUMBER

public static final int TO_VALUE_FIELD_NUMBER

public static final int ANIMATION_SPEC_FIELD_NUMBER

Methods

public int getFromValue()

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

Returns:

The fromValue.

public int getToValue()

 The value to animate to.
 
int32 to_value = 2;

Returns:

The toValue.

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;

public static DynamicProto.AnimatableFixedInt32 parseFrom(java.nio.ByteBuffer data)

public static DynamicProto.AnimatableFixedInt32 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32 parseFrom(com.google.protobuf.ByteString data)

public static DynamicProto.AnimatableFixedInt32 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32 parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32 parseDelimitedFrom(java.io.InputStream input)

public static DynamicProto.AnimatableFixedInt32 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.AnimatableFixedInt32 parseFrom(com.google.protobuf.CodedInputStream input)

public static DynamicProto.AnimatableFixedInt32 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static DynamicProto.AnimatableFixedInt32 getDefaultInstance()

public static <any> parser()