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.java841 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
843 if (toWorkspace) {
849 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
857 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
867 mForceDrawAllChildrenNextFrame = !toWorkspace;
H A DLauncher.java2480 private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { argument
2482 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
2486 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { argument
2488 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace);
2501 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { argument
2503 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace);
4066 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); argument
4067 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); argument
4069 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 109 milliseconds