public final class

DynamicProto.AnimatableFixedColor

extends <any>

implements DynamicProto.AnimatableFixedColorOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intANIMATION_SPEC_FIELD_NUMBER

public static final intFROM_ARGB_FIELD_NUMBER

public static final intTO_ARGB_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.AnimatableFixedColorgetDefaultInstance()

public intgetFromArgb()

 The color value (in ARGB format) to start animating from.

public intgetToArgb()

 The color value (in ARGB format) to animate to.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

public static DynamicProto.AnimatableFixedColor.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static DynamicProto.AnimatableFixedColorparseFrom(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_ARGB_FIELD_NUMBER

public static final int TO_ARGB_FIELD_NUMBER

public static final int ANIMATION_SPEC_FIELD_NUMBER

Methods

public int getFromArgb()

 The color value (in ARGB format) to start animating from.
 
uint32 from_argb = 1;

Returns:

The fromArgb.

public int getToArgb()

 The color value (in ARGB format) to animate to.
 
uint32 to_argb = 2;

Returns:

The toArgb.

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.AnimatableFixedColor parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

public static DynamicProto.AnimatableFixedColor 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.AnimatableFixedColor getDefaultInstance()

public static <any> parser()