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

/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java61 public static final int ORDER_NORMAL = 0; field in class:LayoutAnimationController
112 mOrder = a.getInt(com.android.internal.R.styleable.LayoutAnimation_animationOrder, ORDER_NORMAL);
152 * @return one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
164 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
412 case ORDER_NORMAL:

Completed in 65 milliseconds