Searched defs:onLauncherTransitionPrepare (Results 1 - 8 of 8) 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.java841 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizePagedView
H A DLauncher.java2500 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
4084 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); method in interface:LauncherTransitionable
H A DWorkspace.java1721 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java375 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizeTabHost
376 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
H A DAppsCustomizePagedView.java825 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizePagedView
H A DLauncher.java2700 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
4491 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); method in interface:LauncherTransitionable
H A DWorkspace.java2195 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { method in class:Workspace

Completed in 138 milliseconds