public enum

AlignmentProto.VerticalAlignment

extends java.lang.Enum<AlignmentProto.VerticalAlignment>

 java.lang.Object

↳java.lang.Enum<AlignmentProto.VerticalAlignment>

↳androidx.wear.protolayout.proto.AlignmentProto.VerticalAlignment

Overview

 The vertical alignment of an element within its container.
 
Protobuf enum androidx.wear.protolayout.proto.VerticalAlignment

Summary

Enum Constants
UNRECOGNIZED
VERTICAL_ALIGN_BOTTOM
 Vertically align to the bottom.
VERTICAL_ALIGN_CENTER
 Vertically align to center.
VERTICAL_ALIGN_TOP
 Vertically align to the top.
VERTICAL_ALIGN_UNDEFINED
 Vertical alignment is undefined.
Fields
public static final intVERTICAL_ALIGN_BOTTOM_VALUE

 Vertically align to the bottom.

public static final intVERTICAL_ALIGN_CENTER_VALUE

 Vertically align to center.

public static final intVERTICAL_ALIGN_TOP_VALUE

 Vertically align to the top.

public static final intVERTICAL_ALIGN_UNDEFINED_VALUE

 Vertical alignment is undefined.

Methods
public static AlignmentProto.VerticalAlignmentforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

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

public static AlignmentProto.VerticalAlignmentvalueOf(int value)

public static AlignmentProto.VerticalAlignmentvalueOf(java.lang.String name)

public static AlignmentProto.VerticalAlignmentvalues()

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

VERTICAL_ALIGN_UNDEFINED

 Vertical alignment is undefined.
 
VERTICAL_ALIGN_UNDEFINED = 0;

VERTICAL_ALIGN_TOP

 Vertically align to the top.
 
VERTICAL_ALIGN_TOP = 1;

VERTICAL_ALIGN_CENTER

 Vertically align to center.
 
VERTICAL_ALIGN_CENTER = 2;

VERTICAL_ALIGN_BOTTOM

 Vertically align to the bottom.
 
VERTICAL_ALIGN_BOTTOM = 3;

UNRECOGNIZED

Fields

public static final int VERTICAL_ALIGN_UNDEFINED_VALUE

 Vertical alignment is undefined.
 
VERTICAL_ALIGN_UNDEFINED = 0;

public static final int VERTICAL_ALIGN_TOP_VALUE

 Vertically align to the top.
 
VERTICAL_ALIGN_TOP = 1;

public static final int VERTICAL_ALIGN_CENTER_VALUE

 Vertically align to center.
 
VERTICAL_ALIGN_CENTER = 2;

public static final int VERTICAL_ALIGN_BOTTOM_VALUE

 Vertically align to the bottom.
 
VERTICAL_ALIGN_BOTTOM = 3;

Methods

public static AlignmentProto.VerticalAlignment values()

public static AlignmentProto.VerticalAlignment valueOf(java.lang.String name)

public final int getNumber()

public static AlignmentProto.VerticalAlignment valueOf(int value)

Deprecated: Use AlignmentProto.VerticalAlignment.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static AlignmentProto.VerticalAlignment forNumber(int value)

public static <any> internalGetValueMap()

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