public enum

AnimationParameterProto.RepeatMode

extends java.lang.Enum<AnimationParameterProto.RepeatMode>

 java.lang.Object

↳java.lang.Enum<AnimationParameterProto.RepeatMode>

↳androidx.wear.protolayout.expression.proto.AnimationParameterProto.RepeatMode

Overview

 The repeat mode to specify how animation will behave when repeated.
 
Protobuf enum androidx.wear.protolayout.expression.proto.RepeatMode

Summary

Enum Constants
REPEAT_MODE_RESTART
 The repeat mode where animation restarts from the beginning when repeated.
REPEAT_MODE_REVERSE
 The repeat mode where animation is played in reverse when repeated.
REPEAT_MODE_UNKNOWN
 The unknown repeat mode.
UNRECOGNIZED
Fields
public static final intREPEAT_MODE_RESTART_VALUE

 The repeat mode where animation restarts from the beginning when repeated.

public static final intREPEAT_MODE_REVERSE_VALUE

 The repeat mode where animation is played in reverse when repeated.

public static final intREPEAT_MODE_UNKNOWN_VALUE

 The unknown repeat mode.

Methods
public static AnimationParameterProto.RepeatModeforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()

public static AnimationParameterProto.RepeatModevalueOf(int value)

public static AnimationParameterProto.RepeatModevalueOf(java.lang.String name)

public static AnimationParameterProto.RepeatModevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

REPEAT_MODE_UNKNOWN

 The unknown repeat mode.
 
REPEAT_MODE_UNKNOWN = 0;

REPEAT_MODE_RESTART

 The repeat mode where animation restarts from the beginning when repeated.
 
REPEAT_MODE_RESTART = 1;

REPEAT_MODE_REVERSE

 The repeat mode where animation is played in reverse when repeated.
 
REPEAT_MODE_REVERSE = 2;

UNRECOGNIZED

Fields

public static final int REPEAT_MODE_UNKNOWN_VALUE

 The unknown repeat mode.
 
REPEAT_MODE_UNKNOWN = 0;

public static final int REPEAT_MODE_RESTART_VALUE

 The repeat mode where animation restarts from the beginning when repeated.
 
REPEAT_MODE_RESTART = 1;

public static final int REPEAT_MODE_REVERSE_VALUE

 The repeat mode where animation is played in reverse when repeated.
 
REPEAT_MODE_REVERSE = 2;

Methods

public static AnimationParameterProto.RepeatMode values()

public static AnimationParameterProto.RepeatMode valueOf(java.lang.String name)

public final int getNumber()

public static AnimationParameterProto.RepeatMode valueOf(int value)

Deprecated: Use AnimationParameterProto.RepeatMode.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static AnimationParameterProto.RepeatMode forNumber(int value)

public static <any> internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()