Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java564 Runnable onCompleteRunnable = new Runnable() { in animateViewIntoPosition() local
573 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition()
578 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() argument
584 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition()
612 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument
675 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
680 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView() argument
705 if (onCompleteRunnable != null) { in animateView()
706 onCompleteRunnable.run(); in animateView()
DFolderIcon.java387 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument
395 onCompleteRunnable); in performDestroyAnimation()
619 final Runnable onCompleteRunnable) { in animateFirstItem() argument
650 if (onCompleteRunnable != null) { in animateFirstItem()
651 onCompleteRunnable.run(); in animateFirstItem()
DLauncher.java876 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
885 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
900 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
902 } else if (onCompleteRunnable != null) { in completeTwoStageWidgetDrop()
904 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
3135 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument
3197 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper()
3198 onCompleteRunnable.run(); in hideAppsCustomizeHelper()
3238 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
3245 hideAppsCustomizeHelper(Workspace.State.NORMAL, animated, false, onCompleteRunnable); in showWorkspace()
[all …]
DFolder.java1111 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
1148 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()
1150 onCompleteRunnable.run(); in replaceFolderWithFinalItem()
DWorkspace.java3041 final Runnable onCompleteRunnable = new Runnable() { in onDrop() local
3059 onCompleteRunnable, animationType, cell, false); in onDrop()
3063 onCompleteRunnable, this); in onDrop()
3933 final Runnable onCompleteRunnable, int animationType, final View finalView,
3963 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3978 if (onCompleteRunnable != null) {
3979 onCompleteRunnable.run();
DPagedView.java2522 final Runnable onCompleteRunnable = new Runnable() { in endReordering() local
2531 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.java697 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
706 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
718 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
728 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
732 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
2741 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument
2808 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper()
2809 onCompleteRunnable.run(); in hideAppsCustomizeHelper()
2864 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
2868 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable); in showWorkspace()
[all …]
DWorkspace.java2321 final Runnable onCompleteRunnable = new Runnable() {
2338 onCompleteRunnable, animationType, cell, false);
2342 onCompleteRunnable, this);
3239 final Runnable onCompleteRunnable, int animationType, final View finalView,
3269 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3284 if (onCompleteRunnable != null) {
3285 onCompleteRunnable.run();
DFolder.java940 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local
973 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()