History log of /packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73c27ec176270cb2dff8f0c974a64eddb383b377 17-May-2018 Jon Miranda <jonmiranda@google.com> Enable new open app transitions when in multiwindow mode.

Bug: 79118278
Change-Id: Iba79948256d70c913af0a9a584eb040f3a8b4151
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
a2467275011856dc64b87309aae4ca2f4631bd99 16-Mar-2018 Sunny Goyal <sunnygoyal@google.com> Registering app transition animations with the internal stateManager,
so that the animation is reset when we start a state animation from
launcher

Bug: 74975768
Bug: 75290288
Change-Id: If7f71f087d7bb64fb25c085c476a6fcbc86518e2
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
005df0ba69e38aa94a9f55eb43819a426c0cd3cc 13-Feb-2018 Tony Wickham <twickham@google.com> Animate launcher when launching recent tasks

- Scale up adjacent recent tasks and translate away from center
- Workspace card instead recenters in the screen
- Translate hotseat offscreen

Clicking on one of the adjacent tasks will scale it up to the
center of the screen while the center and other adjacent task
parallax to the right beneath it.

Change-Id: If96eec987c100458b8444a6cd698ec7bf6e6ba6b
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
0d5daafd2f99945664284126f2dad75838f14e7a 08-Feb-2018 Jon Miranda <jonmiranda@google.com> Prevent blinking when user presses home.

Intead of finishing the entire animation (launcher animation and
window animation), we finish just the launcher animation.

Bug: 73071035
Change-Id: Ied84cb641f3cedc367433ad99d21ab1b258ae7f8
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
dc76f8e85699a0da959959f4e1af79935be1532c 03-Feb-2018 Tony <twickham@google.com> Cancel launcher app transition when changing states

The app transition might change an object that the new
state depends on, causing an inconsistent state.

Bug: 72816542
Change-Id: Ia6dd52971b52be5589c88f4f6d93d06146fbadab
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
f8d56fc8a1402c53e26b434f6737d01cf87cda51 01-Feb-2018 Sunny Goyal <sunnygoyal@google.com> Initial changes for handling configuration changes dynamically

Bug: 71709920
Change-Id: I88cf2229dea28d01c13a5a76d2290e91b07d095e
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java
54441f5df9011b02f9adffcab0e02c80ffec545d 25-Jan-2018 Jon Miranda <jonmiranda@google.com> Refactor LauncherAppTransitionManager & polish for new app transitions.

* Add start delay when launcher resumes from all apps or landscape.
* Track the last app transition animator and cancel it before beginning a new one,
otherwise the animators can conflict with each other.
ie. Opening an app from all apps and then immediately pressing back to return to
all apps.
* Use class overrride instead of UiFactory.

Bug: 70220260
Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57
/packages/apps/Launcher3/src/com/android/launcher3/LauncherAppTransitionManager.java