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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java58 public Runnable postAnimationRunnable = null; field in class:DropTarget.DragObject
H A DFolderIcon.java313 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
319 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
336 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
379 postAnimationRunnable, DragLayer.ANIMATION_END_DISAPPEAR, null);
399 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
311 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
335 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument
H A DWorkspace.java2071 Runnable postAnimationRunnable) {
2112 postAnimationRunnable);
3102 d.postAnimationRunnable = exitSpringLoadedRunnable;
3104 true, d.dragView, d.postAnimationRunnable)) {
2069 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument

Completed in 32 milliseconds