Searched defs:ORDER_NORMAL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
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 248 milliseconds