HomeSort by relevance Sort by last modified time
    Searched refs:dispatchOnLauncherTransitionStart (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 366 dispatchOnLauncherTransitionStart(fromView, animated, false);
367 dispatchOnLauncherTransitionStart(toView, animated, false);
405 dispatchOnLauncherTransitionStart(fromView, animated, false);
408 dispatchOnLauncherTransitionStart(toView, animated, false);
672 dispatchOnLauncherTransitionStart(fromView, animated, false);
673 dispatchOnLauncherTransitionStart(toView, animated, false);
692 dispatchOnLauncherTransitionStart(fromView, animated, true);
695 dispatchOnLauncherTransitionStart(toView, animated, true);
720 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 73 milliseconds