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

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java65 * appropriate. Keep in mind, however, that if you start an APPEARING animation before a
68 * before an APPEARING animation is completed, a similar set of effects occurs for the
69 * APPEARING animation.</p>
118 public static final int APPEARING = 2; 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}.
348 case APPEARING:
371 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
375 case APPEARING:
398 * {@link #CHANGING}, {@link #APPEARING}, o
[all...]

Completed in 141 milliseconds