Home
last modified time | relevance | path

Searched refs:onLauncherTransitionStep (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizeTabHost.java169 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizeTabHost
170 mPagedView.onLauncherTransitionStep(l, t); in onLauncherTransitionStep()
DAppsCustomizePagedView.java756 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizePagedView
DLauncher.java3257 ((LauncherTransitionable) v).onLauncherTransitionStep(this, t); in dispatchOnLauncherTransitionStep()
5180 void onLauncherTransitionStep(Launcher l, float t); in onLauncherTransitionStep() method
DWorkspace.java2538 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java408 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizeTabHost
DLauncher.java2547 ((LauncherTransitionable) v).onLauncherTransitionStep(this, t); in dispatchOnLauncherTransitionStep()
4123 void onLauncherTransitionStep(Launcher l, float t); in onLauncherTransitionStep() method
DAppsCustomizePagedView.java848 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizePagedView
DWorkspace.java1733 public void onLauncherTransitionStep(Launcher l, float t) {