Home
last modified time | relevance | path

Searched refs:postAnimationRunnable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFolderIcon.java313 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) { in performCreateAnimation() argument
319 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null); in performCreateAnimation()
336 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, in onDrop() argument
379 postAnimationRunnable, DragLayer.ANIMATION_END_DISAPPEAR, null); in onDrop()
399 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
DDropTarget.java58 public Runnable postAnimationRunnable = null; field in DropTarget.DragObject
DWorkspace.java2071 Runnable postAnimationRunnable) {
2112 postAnimationRunnable);
3102 d.postAnimationRunnable = exitSpringLoadedRunnable;
3104 true, d.dragView, d.postAnimationRunnable)) {