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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherStateTransitionAnimation.java357 dispatchOnLauncherTransitionStart(fromView, animated, false);
358 dispatchOnLauncherTransitionStart(toView, animated, false);
393 dispatchOnLauncherTransitionStart(fromView, animated, false);
396 dispatchOnLauncherTransitionStart(toView, animated, false);
666 dispatchOnLauncherTransitionStart(fromView, animated, false);
667 dispatchOnLauncherTransitionStart(toView, animated, false);
687 dispatchOnLauncherTransitionStart(fromView, animated, true);
690 dispatchOnLauncherTransitionStart(toView, animated, true);
750 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { method in class:LauncherStateTransitionAnimation
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2562 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { method in class:Launcher
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);

Completed in 65 milliseconds