Home | History | Annotate | Download | only in animation

Lines Matching refs:APPEARING

43  * (referred to as an "appearing" transition) or removed from a container (also known as
49 * they are changing due to an appearing or disappearing event, so there is one animation for
58 * move first (thus creating space for the new item), then the appearing animation will run to
99 * due to a new item appearing in the container.
110 * A flag indicating the animation that runs on those items that are appearing
113 public static final int APPEARING = 2;
176 * the appearing item is the default duration, since it should wait for the items to move
240 * to. By default, appearing/disappearing and the change animations related to them are
246 * The set of listeners that should be notified when APPEARING/DISAPPEARING transitions
327 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
331 case APPEARING:
354 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
358 case APPEARING:
381 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
386 case APPEARING:
406 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
422 case APPEARING:
437 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
450 case APPEARING:
465 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
481 case APPEARING:
496 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
509 case APPEARING:
570 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
586 case APPEARING:
601 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
614 case APPEARING:
635 * CHANGE animations; the APPEARING and DISAPPEARING animations are simply run with
648 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines the
664 case APPEARING:
677 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
690 case APPEARING:
702 * type (appearing, disappearing, or changing) and ask it to populate its start values from its
710 * @param changeReason A value of APPEARING, DISAPPEARING, or CHANGING, indicating whether the
720 case APPEARING:
905 case APPEARING:
950 changeReason == APPEARING ?
971 changeReason == APPEARING ?
1103 case APPEARING:
1142 listener.endTransition(LayoutTransition.this, parent, child, APPEARING);
1162 listener.endTransition(LayoutTransition.this, parent, child, APPEARING);
1247 listener.startTransition(this, parent, child, APPEARING);
1251 runChangeTransition(parent, child, APPEARING);
1340 // Want appearing animations to finish up before proceeding
1341 cancel(APPEARING);
1446 * {@link android.animation.LayoutTransition#APPEARING},
1461 * {@link android.animation.LayoutTransition#APPEARING},