Searched defs:onCompleteRunnable (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragView.java | 36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderPreviewItemAnim.java | 68 int duration, final Runnable onCompleteRunnable) { in FolderPreviewItemAnim()
|
H A D | LauncherDelegate.java | 82 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
|
H A D | PreviewItemManager.java | 113 final Runnable onCompleteRunnable) { in createFirstItemAnimation()
|
H A D | FolderIcon.java | 320 public void performDestroyAnimation(Runnable onCompleteRunnable) { in performDestroyAnimation()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragLayer.java | 284 Runnable onCompleteRunnable = () -> child.setVisibility(VISIBLE); in animateViewIntoPosition() local 294 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() 320 final Interpolator motionInterpolator, final Runnable onCompleteRunnable, in animateView()
|
H A D | LauncherDragView.java | 64 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
H A D | DragView.java | 423 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo()
|
H A D | DragController.java | 314 Runnable onCompleteRunnable = new Runnable() { in animateDragViewToOriginalPosition() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
H A D | TutorialController.java | 397 void showRippleEffect(@Nullable Runnable onCompleteRunnable) { in showRippleEffect()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 1962 Runnable onCompleteRunnable = null; in onDrop() local 2882 final Runnable onCompleteRunnable, int animationType, final View finalView, in animateWidgetDrop()
|
H A D | Launcher.java | 915 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
|