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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2430 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { method in class:Launcher
2552 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2553 dispatchOnLauncherTransitionEnd(toView, animated, false);
2649 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2652 dispatchOnLauncherTransitionEnd(toView, animated, false);
2724 dispatchOnLauncherTransitionEnd(fromView, animated, true);
2725 dispatchOnLauncherTransitionEnd(toView, animated, true);
2755 dispatchOnLauncherTransitionEnd(fromView, animated, true);
2758 dispatchOnLauncherTransitionEnd(toView, animated, true);

Completed in 222 milliseconds