Home
last modified time | relevance | path

Searched defs:onCompleteRunnable (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragView.java36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPreviewItemAnim.java68 int duration, final Runnable onCompleteRunnable) { in FolderPreviewItemAnim()
H A DLauncherDelegate.java82 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
H A DPreviewItemManager.java113 final Runnable onCompleteRunnable) { in createFirstItemAnimation()
H A DFolderIcon.java320 public void performDestroyAnimation(Runnable onCompleteRunnable) { in performDestroyAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java284 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 DLauncherDragView.java64 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
H A DDragView.java423 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo()
H A DDragController.java314 Runnable onCompleteRunnable = new Runnable() { in animateDragViewToOriginalPosition() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialController.java397 void showRippleEffect(@Nullable Runnable onCompleteRunnable) { in showRippleEffect()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1962 Runnable onCompleteRunnable = null; in onDrop() local
2882 final Runnable onCompleteRunnable, int animationType, final View finalView, in animateWidgetDrop()
H A DLauncher.java915 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local