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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherTransitionable.java26 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); method in interface:LauncherTransitionable
H A DWorkspace.java2075 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:Workspace
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizeTabHost
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
H A DAppsCustomizePagedView.java852 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:AppsCustomizePagedView
H A DLauncher.java2579 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace);
4157 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); method in interface:LauncherTransitionable
H A DWorkspace.java1738 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java556 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:AllAppsContainerView

Completed in 2012 milliseconds