Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dispatchOnLauncherTransitionStart

2562     private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) {
2749 dispatchOnLauncherTransitionStart(fromView, animated, false);
2750 dispatchOnLauncherTransitionStart(toView, animated, false);
2784 dispatchOnLauncherTransitionStart(fromView, animated, false);
2787 dispatchOnLauncherTransitionStart(toView, animated, false);
2878 dispatchOnLauncherTransitionStart(fromView, animated, true);
2879 dispatchOnLauncherTransitionStart(toView, animated, true);
2884 dispatchOnLauncherTransitionStart(fromView, animated, true);
2887 dispatchOnLauncherTransitionStart(toView, animated, true);