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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2568 dispatchOnLauncherTransitionStep(v, 0f);
2571 private void dispatchOnLauncherTransitionStep(View v, float t) { method in class:Launcher
2583 dispatchOnLauncherTransitionStep(v, 1f);
2675 dispatchOnLauncherTransitionStep(fromView, t);
2676 dispatchOnLauncherTransitionStep(toView, t);
2845 dispatchOnLauncherTransitionStep(fromView, t);
2846 dispatchOnLauncherTransitionStep(toView, t);

Completed in 211 milliseconds