Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java194 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspace() argument
208 animated, animType, onCompleteRunnable); in startAnimationToWorkspace()
212 animated, onCompleteRunnable); in startAnimationToWorkspace()
215 animated, onCompleteRunnable); in startAnimationToWorkspace()
396 final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromAllApps() argument
433 animated, type, onCompleteRunnable, cb); in startAnimationToWorkspaceFromAllApps()
441 final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromWidgets() argument
463 animated, CIRCULAR_REVEAL, onCompleteRunnable, cb); in startAnimationToWorkspaceFromWidgets()
471 final Runnable onCompleteRunnable) { in startAnimationToNewWorkspaceState() argument
487 if (onCompleteRunnable != null) { in startAnimationToNewWorkspaceState()
[all …]
DLauncher.java892 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
901 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
915 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
917 } else if (onCompleteRunnable != null) { in completeTwoStageWidgetDrop()
919 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
2884 public boolean showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
2890 Workspace.State.NORMAL, animated, onCompleteRunnable); in showWorkspace()
3055 final Runnable onCompleteRunnable) { in exitSpringLoadedDragModeDelayed() argument
3071 showWorkspace(true, onCompleteRunnable); in exitSpringLoadedDragModeDelayed()
DWorkspace.java2678 final Runnable onCompleteRunnable = new Runnable() { in onDrop() local
2705 onCompleteRunnable, animationType, cell, false); in onDrop()
2709 onCompleteRunnable, this); in onDrop()
3480 final Runnable onCompleteRunnable, int animationType, final View finalView,
3507 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3522 if (onCompleteRunnable != null) {
3523 onCompleteRunnable.run();
/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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java634 Runnable onCompleteRunnable = new Runnable() { in animateViewIntoPosition() local
643 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition()
648 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() argument
654 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
683 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
745 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
750 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView() argument
774 if (onCompleteRunnable != null) { in animateView()
775 onCompleteRunnable.run(); in animateView()
DDragView.java351 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() argument
355 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration); in animateTo()
DDragController.java296 Runnable onCompleteRunnable = new Runnable() { in animateDragViewToOriginalPosition() local
307 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java293 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument
301 onCompleteRunnable); in performDestroyAnimation()
912 int index1, int nItems1, int duration, final Runnable onCompleteRunnable) {
945 if (onCompleteRunnable != null) {
946 onCompleteRunnable.run();
970 final Runnable onCompleteRunnable) {
975 onCompleteRunnable);
978 onCompleteRunnable);
DFolder.java542 final Runnable onCompleteRunnable; in animateOpen() local
592 onCompleteRunnable = new Runnable() { in animateOpen()
613 onCompleteRunnable.run(); in animateOpen()
1178 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
1216 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()
1218 onCompleteRunnable.run(); in replaceFolderWithFinalItem()