Home
last modified time | relevance | path

Searched refs:toWorkspace (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizeTabHost.java145 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
146 mPagedView.onLauncherTransitionPrepare(l, animated, toWorkspace); in onLauncherTransitionPrepare()
149 if (toWorkspace) { in onLauncherTransitionPrepare()
164 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
165 mPagedView.onLauncherTransitionStart(l, animated, toWorkspace); in onLauncherTransitionStart()
174 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
175 mPagedView.onLauncherTransitionEnd(l, animated, toWorkspace); in onLauncherTransitionEnd()
178 if (!toWorkspace) { in onLauncherTransitionEnd()
DAppsCustomizePagedView.java744 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
746 if (toWorkspace) { in onLauncherTransitionPrepare()
752 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
760 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
770 mForceDrawAllChildrenNextFrame = !toWorkspace; in onLauncherTransitionEnd()
DLauncher.java3240 … private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() argument
3242 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace); in dispatchOnLauncherTransitionPrepare()
3246 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart() argument
3248 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace); in dispatchOnLauncherTransitionStart()
3261 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd() argument
3263 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace); in dispatchOnLauncherTransitionEnd()
5178 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare() argument
5179 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart() argument
5181 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionEnd() argument
DWorkspace.java2529 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
2534 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
2543 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace); in onLauncherTransitionPrepare()
373 mTransitioningToWorkspace = toWorkspace; in onLauncherTransitionPrepare()
375 if (toWorkspace) { in onLauncherTransitionPrepare()
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace); in onLauncherTransitionEnd()
420 if (!toWorkspace) { in onLauncherTransitionEnd()
DAppsCustomizePagedView.java836 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
838 if (toWorkspace) { in onLauncherTransitionPrepare()
844 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
852 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
862 mForceDrawAllChildrenNextFrame = !toWorkspace; in onLauncherTransitionEnd()
DLauncher.java2530 … private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() argument
2532 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace); in dispatchOnLauncherTransitionPrepare()
2536 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart() argument
2538 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace); in dispatchOnLauncherTransitionStart()
2551 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd() argument
2553 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace); in dispatchOnLauncherTransitionEnd()
4121 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare() argument
4122 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart() argument
4124 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionEnd() argument
DWorkspace.java1722 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
1729 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
1738 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {