public final class

DynamicProto.AnimatableDynamicColor

extends <any>

implements DynamicProto.AnimatableDynamicColorOrBuilder

 java.lang.Object

↳<any>

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

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.AnimatableDynamicColor

Summary

Fields
public static final intANIMATION_SPEC_FIELD_NUMBER

public static final intINPUT_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.AnimatableDynamicColorgetDefaultInstance()

public DynamicProto.DynamicColorgetInput()

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

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

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

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

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

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

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

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

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

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

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

public static DynamicProto.AnimatableDynamicColorparseFrom(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 INPUT_FIELD_NUMBER

public static final int ANIMATION_SPEC_FIELD_NUMBER

Methods

public boolean hasInput()

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

public DynamicProto.DynamicColor getInput()

 The value to watch, and animate when it changes.
 
.androidx.wear.protolayout.expression.proto.DynamicColor 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;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()