Searched refs:ORDER_NORMAL (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java356 case ORDER_NORMAL:
382 case ORDER_NORMAL:
H A DLayoutAnimationController.java59 public static final int ORDER_NORMAL = 0; field in class:LayoutAnimationController
110 mOrder = a.getInt(com.android.internal.R.styleable.LayoutAnimation_animationOrder, ORDER_NORMAL);
150 * @return one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
162 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
410 case ORDER_NORMAL:

Completed in 57 milliseconds