/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 | 2556 … private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() argument 2558 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace); in dispatchOnLauncherTransitionPrepare() 2562 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart() argument 2564 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace); in dispatchOnLauncherTransitionStart() 2577 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd() argument 2579 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace); in dispatchOnLauncherTransitionEnd() 4154 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare() argument 4155 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart() argument 4157 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) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherTransitionable.java | 23 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare() argument 24 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart() argument 26 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionEnd() argument
|
D | LauncherStateTransitionAnimation.java | 712 void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() argument 715 toWorkspace); in dispatchOnLauncherTransitionPrepare() 722 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart() argument 725 toWorkspace); in dispatchOnLauncherTransitionStart() 744 void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd() argument 747 toWorkspace); in dispatchOnLauncherTransitionEnd()
|
D | Workspace.java | 2168 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument 2180 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument 2189 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 519 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument 524 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument 534 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument 535 if (toWorkspace) { in onLauncherTransitionEnd()
|