Direction Enum

Definition

Enumerates values returned by several types.

public enum Direction
type Direction = 
Inheritance
Direction

Fields

BottomToTop 2

Animates the children starting from the bottom of the grid to the top.

HorizontalMask 1

Bitmask used to retrieve the horizontal component of the direction.

LeftToRight 0

Animates the children starting from the left of the grid to the right.

RightToLeft 1

Animates the children starting from the right of the grid to the left.

TopToBottom 0

Animates the children starting from the top of the grid to the bottom.

VerticalMask 2

Bitmask used to retrieve the vertical component of the direction.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to