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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherStateTransitionAnimation.java194 final boolean animated, final Runnable onCompleteRunnable) {
208 animated, animType, onCompleteRunnable);
212 animated, onCompleteRunnable);
215 animated, onCompleteRunnable);
396 final Runnable onCompleteRunnable) {
433 animated, type, onCompleteRunnable, cb);
441 final Runnable onCompleteRunnable) {
463 animated, CIRCULAR_REVEAL, onCompleteRunnable, cb);
471 final Runnable onCompleteRunnable) {
487 if (onCompleteRunnable !
192 startAnimationToWorkspace(final Launcher.State fromState, final Workspace.State fromWorkspaceState, final Workspace.State toWorkspaceState, final boolean animated, final Runnable onCompleteRunnable) argument
394 startAnimationToWorkspaceFromAllApps(final Workspace.State fromWorkspaceState, final Workspace.State toWorkspaceState, final boolean animated, int type, final Runnable onCompleteRunnable) argument
439 startAnimationToWorkspaceFromWidgets(final Workspace.State fromWorkspaceState, final Workspace.State toWorkspaceState, final boolean animated, final Runnable onCompleteRunnable) argument
469 startAnimationToNewWorkspaceState(final Workspace.State fromWorkspaceState, final Workspace.State toWorkspaceState, final boolean animated, final Runnable onCompleteRunnable) argument
511 startAnimationToWorkspaceFromOverlay( final Workspace.State fromWorkspaceState, final Workspace.State toWorkspaceState, final View buttonView, final BaseContainerView fromView, final boolean animated, int animType, final Runnable onCompleteRunnable, final PrivateTransitionCallbacks pCb) argument
[all...]
H A DLauncher.java892 Runnable onCompleteRunnable = null;
901 onCompleteRunnable = new Runnable() {
915 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
917 } else if (onCompleteRunnable != null) {
919 onCompleteRunnable.run();
2884 public boolean showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
2890 Workspace.State.NORMAL, animated, onCompleteRunnable);
3050 null /* onCompleteRunnable */);
3055 final Runnable onCompleteRunnable) {
3071 showWorkspace(true, onCompleteRunnable);
3054 exitSpringLoadedDragModeDelayed(final boolean successfulDrop, int delay, final Runnable onCompleteRunnable) argument
[all...]
H A DWorkspace.java2678 final Runnable onCompleteRunnable = new Runnable() {
2705 onCompleteRunnable, animationType, cell, false);
2709 onCompleteRunnable, this);
3480 final Runnable onCompleteRunnable, int animationType, final View finalView,
3507 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3522 if (onCompleteRunnable != null) {
3523 onCompleteRunnable.run();
3479 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java521 Runnable onCompleteRunnable = new Runnable() {
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
535 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
558 * @param onCompleteRunnable Optional runnable to run on animation completion.
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
635 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
660 if (onCompleteRunnable != null) {
661 onCompleteRunnable
533 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
565 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
634 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
H A DFolderIcon.java339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
347 onCompleteRunnable);
570 final Runnable onCompleteRunnable) {
601 if (onCompleteRunnable != null) {
602 onCompleteRunnable.run();
569 animateFirstItem(final Drawable d, int duration, final boolean reverse, final Runnable onCompleteRunnable) argument
H A DLauncher.java723 Runnable onCompleteRunnable = null;
732 onCompleteRunnable = new Runnable() {
744 onCompleteRunnable = new Runnable() {
754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
758 onCompleteRunnable.run();
2799 final boolean springLoaded, final Runnable onCompleteRunnable) {
2866 if (onCompleteRunnable != null) {
2867 onCompleteRunnable.run();
2922 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
2926 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable);
2798 hideAppsCustomizeHelper(State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
2984 exitSpringLoadedDragModeDelayed(final boolean successfulDrop, boolean extendedDelay, final Runnable onCompleteRunnable) argument
[all...]
H A DFolder.java943 Runnable onCompleteRunnable = new Runnable() {
976 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable);
H A 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();
3239 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java634 Runnable onCompleteRunnable = new Runnable() {
643 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
648 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
654 null, null, onCompleteRunnable, animationEndStyle, anchorView);
672 * @param onCompleteRunnable Optional runnable to run on animation completion.
683 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
745 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
750 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
774 if (onCompleteRunnable != null) {
775 onCompleteRunnable
646 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
679 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
749 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
H A DDragView.java351 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { argument
355 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
H A DDragController.java296 Runnable onCompleteRunnable = new Runnable() {
307 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java293 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
301 onCompleteRunnable);
909 * @param onCompleteRunnable runnable to execute upon animation completion
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);
911 FolderPreviewItemAnim(final PreviewItemDrawingParams params, int index0, int nItems0, int index1, int nItems1, int duration, final Runnable onCompleteRunnable) argument
969 animateFirstItem(final Drawable d, int duration, final boolean reverse, final Runnable onCompleteRunnable) argument
H A DFolder.java542 final Runnable onCompleteRunnable;
592 onCompleteRunnable = new Runnable() {
613 onCompleteRunnable.run();
1178 Runnable onCompleteRunnable = new Runnable() {
1216 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable);
1218 onCompleteRunnable.run();

Completed in 180 milliseconds