Searched refs:DIRECTION_HORIZONTAL_MASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java76 public static final int DIRECTION_HORIZONTAL_MASK = 0x1; field in class:GridLayoutAnimationController
216 * Returns the direction of the animation. {@link #DIRECTION_HORIZONTAL_MASK}
227 * @see #DIRECTION_HORIZONTAL_MASK
246 * @see #DIRECTION_HORIZONTAL_MASK
362 int direction = mDirection & DIRECTION_HORIZONTAL_MASK;

Completed in 37 milliseconds