Searched refs:postAnimationRunnable (Results 1 - 6 of 6) 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.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.java2096 Runnable postAnimationRunnable) {
2137 postAnimationRunnable);
3142 d.postAnimationRunnable = exitSpringLoadedRunnable;
3144 true, d.dragView, d.postAnimationRunnable)) {
2094 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java58 public Runnable postAnimationRunnable = null; field in class:DropTarget.DragObject
H A DFolderIcon.java381 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
394 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
418 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
461 postAnimationRunnable, DragLayer.ANIMATION_END_DISAPPEAR, null);
486 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
379 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
417 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument
H A DWorkspace.java2989 Runnable postAnimationRunnable) {
3030 postAnimationRunnable);
4016 d.postAnimationRunnable = exitSpringLoadedRunnable;
4018 true, d.dragView, d.postAnimationRunnable)) {
2987 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument

Completed in 71 milliseconds