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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java58 public Runnable postAnimationRunnable = null; field in class:DropTarget.DragObject
H A DFolderIcon.java339 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
352 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
375 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
418 postAnimationRunnable, DragLayer.ANIMATION_END_DISAPPEAR, null);
443 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
337 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
374 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument
H A DWorkspace.java2609 Runnable postAnimationRunnable) {
2650 postAnimationRunnable);
3623 d.postAnimationRunnable = exitSpringLoadedRunnable;
3625 true, d.dragView, d.postAnimationRunnable)) {
2607 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java58 public Runnable postAnimationRunnable = null; field in class:DropTarget.DragObject
H A DFolderIcon.java323 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
359 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
402 postAnimationRunnable, DragLayer.ANIMATION_END_DISAPPEAR, null);
427 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
321 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
358 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument
H A DWorkspace.java2095 Runnable postAnimationRunnable) {
2136 postAnimationRunnable);
3141 d.postAnimationRunnable = exitSpringLoadedRunnable;
3143 true, d.dragView, d.postAnimationRunnable)) {
2093 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument

Completed in 258 milliseconds