Searched defs:DISAPPEARING (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
66 * DISAPPEARING animation is completed, the DISAPPEARING animation stops, and any effects from
67 * the DISAPPEARING animation are reverted. If you instead start a DISAPPEARING animation
124 public static final int DISAPPEARING = 3; field in class:LayoutTransition
263 * The set of listeners that should be notified when APPEARING/DISAPPEARING transitions
344 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
351 case DISAPPEARING:
371 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}
[all...]

Completed in 86 milliseconds