Searched defs:onCompleteRunnable (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragView.java | 36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPreviewItemAnim.java | 68 int duration, final Runnable onCompleteRunnable) { in FolderPreviewItemAnim()
|
D | LauncherDelegate.java | 82 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
|
D | PreviewItemManager.java | 127 final Runnable onCompleteRunnable) { in createFirstItemAnimation()
|
D | FolderIcon.java | 307 public void performDestroyAnimation(Runnable onCompleteRunnable) { in performDestroyAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 302 Runnable onCompleteRunnable = () -> child.setVisibility(VISIBLE); in animateViewIntoPosition() local 312 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() 338 final Interpolator motionInterpolator, final Runnable onCompleteRunnable, in animateView()
|
D | LauncherDragView.java | 65 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
D | DragView.java | 461 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo()
|
D | DragController.java | 327 Runnable onCompleteRunnable = new Runnable() { in animateDragViewToOriginalPosition() local
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDragView.java | 46 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2044 Runnable onCompleteRunnable = null; in onDrop() local
|