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();
2741 final boolean springLoaded, final Runnable onCompleteRunnable) {
2808 if (onCompleteRunnable != null) {
2809 onCompleteRunnable.run();
2864 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
2868 hideAppsCustomizeHelper(State.WORKSPACE, animated, false, onCompleteRunnable);
2740 hideAppsCustomizeHelper(State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
2926 exitSpringLoadedDragModeDelayed(final boolean successfulDrop, boolean extendedDelay, final Runnable onCompleteRunnable) argument
[all...]
H A DFolder.java940 Runnable onCompleteRunnable = new Runnable() {
973 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable);
H A 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();
3238 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.java564 Runnable onCompleteRunnable = new Runnable() {
573 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
578 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
584 null, null, onCompleteRunnable, animationEndStyle, anchorView);
601 * @param onCompleteRunnable Optional runnable to run on animation completion.
612 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
675 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
680 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
705 if (onCompleteRunnable != null) {
706 onCompleteRunnable
576 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
608 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
679 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
H A DFolderIcon.java387 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) { argument
395 onCompleteRunnable);
619 final Runnable onCompleteRunnable) {
650 if (onCompleteRunnable != null) {
651 onCompleteRunnable.run();
618 animateFirstItem(final Drawable d, int duration, final boolean reverse, final Runnable onCompleteRunnable) argument
H A DLauncher.java876 Runnable onCompleteRunnable = null;
885 onCompleteRunnable = new Runnable() {
900 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
902 } else if (onCompleteRunnable != null) {
904 onCompleteRunnable.run();
3135 final boolean springLoaded, final Runnable onCompleteRunnable) {
3197 if (onCompleteRunnable != null) {
3198 onCompleteRunnable.run();
3238 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { argument
3245 hideAppsCustomizeHelper(Workspace.State.NORMAL, animated, false, onCompleteRunnable);
3134 hideAppsCustomizeHelper(Workspace.State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
3313 exitSpringLoadedDragModeDelayed(final boolean successfulDrop, int delay, final Runnable onCompleteRunnable) argument
[all...]
H A DFolder.java1111 Runnable onCompleteRunnable = new Runnable() {
1148 mFolderIcon.performDestroyAnimation(finalChild, onCompleteRunnable);
1150 onCompleteRunnable.run();
H A DWorkspace.java3041 final Runnable onCompleteRunnable = new Runnable() {
3059 onCompleteRunnable, animationType, cell, false);
3063 onCompleteRunnable, this);
3933 final Runnable onCompleteRunnable, int animationType, final View finalView,
3963 DragLayer.ANIMATION_END_DISAPPEAR, onCompleteRunnable, duration);
3978 if (onCompleteRunnable != null) {
3979 onCompleteRunnable.run();
3932 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
H A DPagedView.java2522 final Runnable onCompleteRunnable = new Runnable() {
2531 onCompleteRunnable.run();

Completed in 159 milliseconds