Searched defs:onFinishAnimationRunnable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java471 final Runnable onFinishAnimationRunnable) {
472 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, null);
476 final Runnable onFinishAnimationRunnable, View anchorView) {
524 if (onFinishAnimationRunnable != null) {
525 onFinishAnimationRunnable.run();
470 animateViewIntoPosition(DragView dragView, final View child, final Runnable onFinishAnimationRunnable) argument
475 animateViewIntoPosition(DragView dragView, final View child, int duration, final Runnable onFinishAnimationRunnable, View anchorView) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java544 final Runnable onFinishAnimationRunnable, View anchorView) {
545 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
549 final Runnable onFinishAnimationRunnable, View anchorView) {
606 if (onFinishAnimationRunnable != null) {
607 onFinishAnimationRunnable.run();
543 animateViewIntoPosition(DragView dragView, final View child, final Runnable onFinishAnimationRunnable, View anchorView) argument
548 animateViewIntoPosition(DragView dragView, final View child, int duration, final Runnable onFinishAnimationRunnable, View anchorView) argument

Completed in 171 milliseconds