/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 521 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()
|
D | FolderIcon.java | 339 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()
|
D | Launcher.java | 697 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() 2773 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument 2840 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper() 2841 onCompleteRunnable.run(); in hideAppsCustomizeHelper() 2896 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument 2900 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable); in showWorkspace() [all …]
|
D | Workspace.java | 2322 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();
|
D | Folder.java | 943 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local 976 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 608 Runnable onCompleteRunnable = new Runnable() { in animateViewIntoPosition() local 617 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition() 622 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, in animateViewIntoPosition() argument 628 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 656 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 719 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 724 TimeInterpolator interpolator, final Runnable onCompleteRunnable, in animateView() argument 749 if (onCompleteRunnable != null) { in animateView() 750 onCompleteRunnable.run(); in animateView()
|
D | Folder.java | 463 final Runnable onCompleteRunnable; in animateOpen() local 477 onCompleteRunnable = new Runnable() { in animateOpen() 531 onCompleteRunnable = new Runnable() { in animateOpen() 550 if (onCompleteRunnable != null) { in animateOpen() 551 onCompleteRunnable.run(); in animateOpen() 1173 Runnable onCompleteRunnable = new Runnable() { in replaceFolderWithFinalItem() local 1210 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable); in replaceFolderWithFinalItem() 1212 onCompleteRunnable.run(); in replaceFolderWithFinalItem()
|
D | FolderIcon.java | 397 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { in performDestroyAnimation() argument 405 onCompleteRunnable); in performDestroyAnimation() 643 final Runnable onCompleteRunnable) { in animateFirstItem() argument 674 if (onCompleteRunnable != null) { in animateFirstItem() 675 onCompleteRunnable.run(); in animateFirstItem()
|
D | Launcher.java | 920 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local 929 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop() 944 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop() 946 } else if (onCompleteRunnable != null) { in completeTwoStageWidgetDrop() 948 onCompleteRunnable.run(); in completeTwoStageWidgetDrop() 3554 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument 3746 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper() 3747 onCompleteRunnable.run(); in hideAppsCustomizeHelper() 3833 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument 3837 hideAppsCustomizeHelper(Workspace.State.NORMAL, animated, false, onCompleteRunnable); in showWorkspace() [all …]
|
D | Workspace.java | 3218 final Runnable onCompleteRunnable = new Runnable() { in onDrop() local 3235 onCompleteRunnable, animationType, cell, false); in onDrop() 3239 onCompleteRunnable, this); in onDrop() 4114 final Runnable onCompleteRunnable, int animationType, final View finalView, 4144 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration); 4159 if (onCompleteRunnable != null) { 4160 onCompleteRunnable.run();
|
D | PagedView.java | 2571 final Runnable onCompleteRunnable = new Runnable() { in endReordering() local 2580 onCompleteRunnable.run(); in endReordering()
|