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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2577 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { method in class:Launcher
2700 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2701 dispatchOnLauncherTransitionEnd(toView, animated, false);
2785 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2788 dispatchOnLauncherTransitionEnd(toView, animated, false);
2861 dispatchOnLauncherTransitionEnd(fromView, animated, true);
2862 dispatchOnLauncherTransitionEnd(toView, animated, true);
2885 dispatchOnLauncherTransitionEnd(fromView, animated, true);
2888 dispatchOnLauncherTransitionEnd(toView, animated, true);

Completed in 63 milliseconds