Searched refs:dispatchOnLauncherTransitionPrepare (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherStateTransitionAnimation.java346 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
347 dispatchOnLauncherTransitionPrepare(toView, animated, false);
392 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
395 dispatchOnLauncherTransitionPrepare(toView, animated, false);
619 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
620 dispatchOnLauncherTransitionPrepare(toView, animated, true);
686 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
689 dispatchOnLauncherTransitionPrepare(toView, animated, true);
740 void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { method in class:LauncherStateTransitionAnimation
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2556 private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { method in class:Launcher
2730 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2731 dispatchOnLauncherTransitionPrepare(toView, animated, false);
2783 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2786 dispatchOnLauncherTransitionPrepare(toView, animated, false);
2852 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
2853 dispatchOnLauncherTransitionPrepare(toView, animated, true);
2883 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
2886 dispatchOnLauncherTransitionPrepare(toView, animated, true);

Completed in 159 milliseconds