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

/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.java697 Runnable onCompleteRunnable = null;
706 onCompleteRunnable = new Runnable() {
718 onCompleteRunnable = new Runnable() {
728 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
732 onCompleteRunnable.run();
2773 final boolean springLoaded, final Runnable onCompleteRunnable) {
2840 if (onCompleteRunnable != null) {
2841 onCompleteRunnable.run();
2896 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
2900 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable);
2772 hideAppsCustomizeHelper(State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
2958 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/
H A DDragLayer.java603 Runnable onCompleteRunnable = new Runnable() {
612 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
617 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
623 null, null, onCompleteRunnable, animationEndStyle, anchorView);
640 * @param onCompleteRunnable Optional runnable to run on animation completion.
651 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
714 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
719 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
744 if (onCompleteRunnable != null) {
745 onCompleteRunnable
615 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
647 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
718 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
H A DFolder.java463 final Runnable onCompleteRunnable;
477 onCompleteRunnable = new Runnable() {
531 onCompleteRunnable = new Runnable() {
550 if (onCompleteRunnable != null) {
551 onCompleteRunnable.run();
1173 Runnable onCompleteRunnable = new Runnable() {
1210 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable);
1212 onCompleteRunnable.run();
H A DFolderIcon.java397 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
405 onCompleteRunnable);
643 final Runnable onCompleteRunnable) {
674 if (onCompleteRunnable != null) {
675 onCompleteRunnable.run();
642 animateFirstItem(final Drawable d, int duration, final boolean reverse, final Runnable onCompleteRunnable) argument
H A DLauncher.java923 Runnable onCompleteRunnable = null;
932 onCompleteRunnable = new Runnable() {
947 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
949 } else if (onCompleteRunnable != null) {
951 onCompleteRunnable.run();
3445 final boolean springLoaded, final Runnable onCompleteRunnable) {
3637 if (onCompleteRunnable != null) {
3638 onCompleteRunnable.run();
3718 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
3722 hideAppsCustomizeHelper(Workspace.State.NORMAL, animated, false, onCompleteRunnable);
3444 hideAppsCustomizeHelper(Workspace.State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
3796 exitSpringLoadedDragModeDelayed(final boolean successfulDrop, int delay, final Runnable onCompleteRunnable) argument
[all...]
H A DWorkspace.java3156 final Runnable onCompleteRunnable = new Runnable() {
3173 onCompleteRunnable, animationType, cell, false);
3177 onCompleteRunnable, this);
4052 final Runnable onCompleteRunnable, int animationType, final View finalView,
4082 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
4097 if (onCompleteRunnable != null) {
4098 onCompleteRunnable.run();
4051 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
H A DPagedView.java2550 final Runnable onCompleteRunnable = new Runnable() {
2559 onCompleteRunnable.run();

Completed in 526 milliseconds