Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java177 final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspace() argument
186 animated, onCompleteRunnable); in startAnimationToWorkspace()
189 animated, onCompleteRunnable); in startAnimationToWorkspace()
419 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromAllApps() argument
451 animated, onCompleteRunnable, cb); in startAnimationToWorkspaceFromAllApps()
459 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromWidgets() argument
477 animated, onCompleteRunnable, cb); in startAnimationToWorkspaceFromWidgets()
487 final boolean animated, final Runnable onCompleteRunnable, in startAnimationToWorkspaceFromOverlay() argument
630 if (onCompleteRunnable != null) { in startAnimationToWorkspaceFromOverlay()
631 onCompleteRunnable.run(); in startAnimationToWorkspaceFromOverlay()
[all …]
DDragLayer.java626 Runnable onCompleteRunnable = new Runnable() { in animateViewIntoPosition() local
635 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition()
640 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() argument
646 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
674 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
741 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView() argument
765 if (onCompleteRunnable != null) { in animateView()
766 onCompleteRunnable.run(); in animateView()
DFolderIcon.java400 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument
408 onCompleteRunnable); in performDestroyAnimation()
645 final Runnable onCompleteRunnable) { in animateFirstItem() argument
677 if (onCompleteRunnable != null) { in animateFirstItem()
678 onCompleteRunnable.run(); in animateFirstItem()
DFolder.java465 final Runnable onCompleteRunnable; in animateOpen() local
479 onCompleteRunnable = new Runnable() { in animateOpen()
535 onCompleteRunnable = new Runnable() { in animateOpen()
554 onCompleteRunnable.run(); in animateOpen()
1125 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
1164 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()
1166 onCompleteRunnable.run(); in replaceFolderWithFinalItem()
DLauncher.java904 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
913 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
928 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
930 } else if (onCompleteRunnable != null) { in completeTwoStageWidgetDrop()
932 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
3359 public boolean showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
3361 onCompleteRunnable); in showWorkspace()
3374 boolean showWorkspace(int snapToPage, boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
3380 Workspace.State.NORMAL, snapToPage, animated, onCompleteRunnable); in showWorkspace()
3531 final Runnable onCompleteRunnable) { in exitSpringLoadedDragModeDelayed() argument
[all …]
DWorkspace.java2874 final Runnable onCompleteRunnable = new Runnable() { in onDrop() local
2893 onCompleteRunnable, animationType, cell, false); in onDrop()
2899 onCompleteRunnable, this); in onDrop()
3754 final Runnable onCompleteRunnable, int animationType, final View finalView,
3781 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3796 if (onCompleteRunnable != null) {
3797 onCompleteRunnable.run();
DPagedView.java2256 final Runnable onCompleteRunnable = new Runnable() { in endReordering() local
2265 onCompleteRunnable.run(); in endReordering()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java521 Runnable onCompleteRunnable = new Runnable() { in animateViewIntoPosition() local
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition()
535 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() argument
541 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
635 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView() argument
660 if (onCompleteRunnable != null) { in animateView()
661 onCompleteRunnable.run(); in animateView()
DFolderIcon.java339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument
347 onCompleteRunnable); in performDestroyAnimation()
570 final Runnable onCompleteRunnable) { in animateFirstItem() argument
601 if (onCompleteRunnable != null) { in animateFirstItem()
602 onCompleteRunnable.run(); in animateFirstItem()
DLauncher.java723 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
732 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
744 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
758 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
2799 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument
2866 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper()
2867 onCompleteRunnable.run(); in hideAppsCustomizeHelper()
2922 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
2926 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable); in showWorkspace()
[all …]
DWorkspace.java2322 final Runnable onCompleteRunnable = new Runnable() {
2339 onCompleteRunnable, animationType, cell, false);
2343 onCompleteRunnable, this);
3240 final Runnable onCompleteRunnable, int animationType, final View finalView,
3270 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3285 if (onCompleteRunnable != null) {
3286 onCompleteRunnable.run();
DFolder.java943 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
976 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()