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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java74 public static final int ANIMATION_END_DISAPPEAR = 0; field in class:DragLayer
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
664 case ANIMATION_END_DISAPPEAR:
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java83 public static final int ANIMATION_END_DISAPPEAR = 0; field in class:DragLayer
761 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
792 * {@link #ANIMATION_END_DISAPPEAR} or {@link #ANIMATION_END_REMAIN_VISIBLE}.
900 case ANIMATION_END_DISAPPEAR:

Completed in 224 milliseconds