Searched refs:onLauncherTransitionStep (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppsCustomizeTabHost.java | 169 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizeTabHost 170 mPagedView.onLauncherTransitionStep(l, t); in onLauncherTransitionStep()
|
D | AppsCustomizePagedView.java | 756 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizePagedView
|
D | Launcher.java | 3257 ((LauncherTransitionable) v).onLauncherTransitionStep(this, t); in dispatchOnLauncherTransitionStep() 5180 void onLauncherTransitionStep(Launcher l, float t); in onLauncherTransitionStep() method
|
D | Workspace.java | 2538 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizeTabHost.java | 408 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizeTabHost
|
D | Launcher.java | 2547 ((LauncherTransitionable) v).onLauncherTransitionStep(this, t); in dispatchOnLauncherTransitionStep() 4123 void onLauncherTransitionStep(Launcher l, float t); in onLauncherTransitionStep() method
|
D | AppsCustomizePagedView.java | 848 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() method in AppsCustomizePagedView
|
D | Workspace.java | 1733 public void onLauncherTransitionStep(Launcher l, float t) {
|