Searched refs:toWorkspace (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) { argument
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
373 mTransitioningToWorkspace = toWorkspace;
375 if (toWorkspace) {
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
420 if (!toWorkspace) {
H A DAppsCustomizePagedView.java836 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
838 if (toWorkspace) {
844 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
852 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
862 mForceDrawAllChildrenNextFrame = !toWorkspace;
H A DLauncher.java2556 private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { argument
2558 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
2562 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { argument
2564 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace);
2577 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { argument
2579 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace);
4154 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); argument
4155 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); argument
4157 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); argument
H A DWorkspace.java1722 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
1729 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
1738 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument

Completed in 260 milliseconds