Searched defs:CHANGE_APPEARING (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java54 * <p>By default, the DISAPPEARING animation begins immediately, as does the CHANGE_APPEARING
76 * CHANGE_APPEARING animation animates the <code>left</code>, <code>top</code>, <code>right</code>,
91 * particular issue by disabling the 'changing' animations by setting the CHANGE_APPEARING
101 public static final int CHANGE_APPEARING = 0; field in class:LayoutTransition
338 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
349 case CHANGE_APPEARING:
365 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
376 case CHANGE_APPEARING:
392 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
402 case CHANGE_APPEARING
[all...]

Completed in 50 milliseconds