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

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java55 * <p>By default, the DISAPPEARING animation begins immediately, as does the CHANGE_APPEARING
77 * CHANGE_APPEARING animation animates the <code>left</code>, <code>top</code>, <code>right</code>,
92 * particular issue by disabling the 'changing' animations by setting the CHANGE_APPEARING
102 public static final int CHANGE_APPEARING = 0; field in class:LayoutTransition
339 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
350 case CHANGE_APPEARING:
366 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
377 case CHANGE_APPEARING:
393 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
403 case CHANGE_APPEARING
[all...]

Completed in 69 milliseconds