Searched refs:onLauncherTransitionEnd (Results 1 - 8 of 8) 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 DLauncherStateTransitionAnimation.java744 ((LauncherTransitionable) v).onLauncherTransitionEnd(mLauncher, animated,
H A DWorkspace.java2047 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.java560 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { method in class:AllAppsContainerView

Completed in 117 milliseconds