Searched defs:toWorkspace (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherTransitionable.java23 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); argument
24 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); argument
26 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); argument
H A DLauncherStateTransitionAnimation.java740 void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { argument
743 toWorkspace);
750 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { argument
753 toWorkspace);
772 void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { argument
775 toWorkspace);
H A DWorkspace.java2055 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
2066 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
2075 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
/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
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java541 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
546 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
556 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
557 if (toWorkspace) {

Completed in 218 milliseconds