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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizeTabHost
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
H A DAppsCustomizePagedView.java892 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizePagedView
H A DLauncher.java2411 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
3897 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); method in interface:LauncherTransitionable
H A DWorkspace.java1716 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:Workspace

Completed in 227 milliseconds