/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppsCustomizeTabHost.java | 145 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()
|
D | AppsCustomizePagedView.java | 744 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()
|
D | Launcher.java | 3240 … 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
|
D | Workspace.java | 2529 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/ |
D | AppsCustomizeTabHost.java | 370 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()
|
D | AppsCustomizePagedView.java | 836 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()
|
D | Launcher.java | 2530 … 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
|
D | Workspace.java | 1722 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) {
|