Home | History | Annotate | Download | only in animation

Lines Matching defs:DISAPPEARING

45  * "disappearing"). Setting the visibility of views (between GONE and VISIBLE) will trigger
50 * they are changing due to an appearing or disappearing event, so there is one animation for
55 * <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
110 * due to an item disappearing from the container.
121 * A flag indicating the animation that runs on those items that are disappearing
124 public static final int DISAPPEARING = 3;
182 * before fading it. Same for the changing animation when disappearing; it waits for the item
257 * to. By default, appearing/disappearing and the change animations related to them are
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}.
378 case DISAPPEARING:
398 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}.
405 case DISAPPEARING:
423 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
442 case DISAPPEARING:
454 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
469 case DISAPPEARING:
482 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
501 case DISAPPEARING:
513 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
528 case DISAPPEARING:
587 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
606 case DISAPPEARING:
618 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines
633 case DISAPPEARING:
652 * CHANGE animations; the APPEARING and DISAPPEARING animations are simply run with
665 * {@link #CHANGING}, {@link #APPEARING}, or {@link #DISAPPEARING}, which determines the
684 case DISAPPEARING:
694 DISAPPEARING}, which determines
709 case DISAPPEARING:
719 * type (appearing, disappearing, or changing) and ask it to populate its start values from its
727 * @param changeReason A value of APPEARING, DISAPPEARING, or CHANGING, indicating whether the
742 case DISAPPEARING:
921 case DISAPPEARING:
970 CHANGE_APPEARING : changeReason == DISAPPEARING ?
991 CHANGE_APPEARING : changeReason == DISAPPEARING ?
1132 case DISAPPEARING:
1209 listener.endTransition(LayoutTransition.this, parent, child, DISAPPEARING);
1231 listener.endTransition(LayoutTransition.this, parent, child, DISAPPEARING);
1260 // Want disappearing animations to finish up before proceeding
1261 cancel(DISAPPEARING);
1378 listener.startTransition(this, parent, child, DISAPPEARING);
1383 runChangeTransition(parent, child, DISAPPEARING);
1472 * {@link android.animation.LayoutTransition#DISAPPEARING},
1487 * {@link android.animation.LayoutTransition#DISAPPEARING},