Searched defs:onCompleteRunnable (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherStateManager.java | 188 public void goToState(LauncherState state, boolean animated, Runnable onCompleteRunnable) { in goToState() 195 public void goToState(LauncherState state, long delay, Runnable onCompleteRunnable) { in goToState() 227 final Runnable onCompleteRunnable) { in goToState() 285 Runnable onCompleteRunnable) { in goToStateAnimated() 375 AnimatorSetBuilder builder, final Runnable onCompleteRunnable) { in createAnimationToNewWorkspaceInternal()
|
D | Launcher.java | 856 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
|
D | Workspace.java | 1783 Runnable onCompleteRunnable = null; in onDrop() local
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPreviewItemAnim.java | 67 int duration, final Runnable onCompleteRunnable) { in FolderPreviewItemAnim()
|
D | PreviewItemManager.java | 106 final Runnable onCompleteRunnable) { in createFirstItemAnimation()
|
D | FolderIcon.java | 285 public void performDestroyAnimation(Runnable onCompleteRunnable) { in performDestroyAnimation()
|
D | Folder.java | 1065 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 311 Runnable onCompleteRunnable = () -> child.setVisibility(VISIBLE); in animateViewIntoPosition() local 318 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() 353 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() 420 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView()
|
D | DragView.java | 527 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo()
|
D | DragController.java | 330 Runnable onCompleteRunnable = new Runnable() { in animateDragViewToOriginalPosition() local
|