public enum

ModifiersProto.SlideDirection

extends java.lang.Enum<ModifiersProto.SlideDirection>

 java.lang.Object

↳java.lang.Enum<ModifiersProto.SlideDirection>

↳androidx.wear.protolayout.proto.ModifiersProto.SlideDirection

Overview

 The slide direction used for slide animations on any element, from the
 specified point to its destination in the layout for in animation or reverse
 for out animation.
 
Protobuf enum androidx.wear.protolayout.proto.SlideDirection

Summary

Enum Constants
SLIDE_DIRECTION_BOTTOM_TO_TOP
 The sliding orientation that moves an element vertically from bottom to the
 top.
SLIDE_DIRECTION_LEFT_TO_RIGHT
 The sliding orientation that moves an element horizontally from left to the
 right.
SLIDE_DIRECTION_RIGHT_TO_LEFT
 The sliding orientation that moves an element horizontally from right to
 the left.
SLIDE_DIRECTION_TOP_TO_BOTTOM
 The sliding orientation that moves an element vertically from top to the
 bottom.
SLIDE_DIRECTION_UNDEFINED
 The undefined sliding orientation.
UNRECOGNIZED
Fields
public static final intSLIDE_DIRECTION_BOTTOM_TO_TOP_VALUE

 The sliding orientation that moves an element vertically from bottom to the
 top.

public static final intSLIDE_DIRECTION_LEFT_TO_RIGHT_VALUE

 The sliding orientation that moves an element horizontally from left to the
 right.

public static final intSLIDE_DIRECTION_RIGHT_TO_LEFT_VALUE

 The sliding orientation that moves an element horizontally from right to
 the left.

public static final intSLIDE_DIRECTION_TOP_TO_BOTTOM_VALUE

 The sliding orientation that moves an element vertically from top to the
 bottom.

public static final intSLIDE_DIRECTION_UNDEFINED_VALUE

 The undefined sliding orientation.

Methods
public static ModifiersProto.SlideDirectionforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

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

public static ModifiersProto.SlideDirectionvalueOf(int value)

public static ModifiersProto.SlideDirectionvalueOf(java.lang.String name)

public static ModifiersProto.SlideDirectionvalues()

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

SLIDE_DIRECTION_UNDEFINED

 The undefined sliding orientation.
 
SLIDE_DIRECTION_UNDEFINED = 0;

SLIDE_DIRECTION_LEFT_TO_RIGHT

 The sliding orientation that moves an element horizontally from left to the
 right.
 
SLIDE_DIRECTION_LEFT_TO_RIGHT = 1;

SLIDE_DIRECTION_RIGHT_TO_LEFT

 The sliding orientation that moves an element horizontally from right to
 the left.
 
SLIDE_DIRECTION_RIGHT_TO_LEFT = 2;

SLIDE_DIRECTION_TOP_TO_BOTTOM

 The sliding orientation that moves an element vertically from top to the
 bottom.
 
SLIDE_DIRECTION_TOP_TO_BOTTOM = 3;

SLIDE_DIRECTION_BOTTOM_TO_TOP

 The sliding orientation that moves an element vertically from bottom to the
 top.
 
SLIDE_DIRECTION_BOTTOM_TO_TOP = 4;

UNRECOGNIZED

Fields

public static final int SLIDE_DIRECTION_UNDEFINED_VALUE

 The undefined sliding orientation.
 
SLIDE_DIRECTION_UNDEFINED = 0;

public static final int SLIDE_DIRECTION_LEFT_TO_RIGHT_VALUE

 The sliding orientation that moves an element horizontally from left to the
 right.
 
SLIDE_DIRECTION_LEFT_TO_RIGHT = 1;

public static final int SLIDE_DIRECTION_RIGHT_TO_LEFT_VALUE

 The sliding orientation that moves an element horizontally from right to
 the left.
 
SLIDE_DIRECTION_RIGHT_TO_LEFT = 2;

public static final int SLIDE_DIRECTION_TOP_TO_BOTTOM_VALUE

 The sliding orientation that moves an element vertically from top to the
 bottom.
 
SLIDE_DIRECTION_TOP_TO_BOTTOM = 3;

public static final int SLIDE_DIRECTION_BOTTOM_TO_TOP_VALUE

 The sliding orientation that moves an element vertically from bottom to the
 top.
 
SLIDE_DIRECTION_BOTTOM_TO_TOP = 4;

Methods

public static ModifiersProto.SlideDirection values()

public static ModifiersProto.SlideDirection valueOf(java.lang.String name)

public final int getNumber()

public static ModifiersProto.SlideDirection valueOf(int value)

Deprecated: Use ModifiersProto.SlideDirection.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static ModifiersProto.SlideDirection forNumber(int value)

public static <any> internalGetValueMap()

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