summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppTransitionManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Registering app transition animations with the internal stateManager,Sunny Goyal2018-03-191-9/+0
| | | | | | | | | so that the animation is reset when we start a state animation from launcher Bug: 74975768 Bug: 75290288 Change-Id: If7f71f087d7bb64fb25c085c476a6fcbc86518e2
* Animate launcher when launching recent tasksTony Wickham2018-02-261-6/+9
| | | | | | | | | | | | - 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
* Prevent blinking when user presses home.Jon Miranda2018-02-071-2/+2
| | | | | | | | Intead of finishing the entire animation (launcher animation and window animation), we finish just the launcher animation. Bug: 73071035 Change-Id: Ied84cb641f3cedc367433ad99d21ab1b258ae7f8
* Cancel launcher app transition when changing statesTony2018-02-051-0/+4
| | | | | | | | The app transition might change an object that the new state depends on, causing an inconsistent state. Bug: 72816542 Change-Id: Ia6dd52971b52be5589c88f4f6d93d06146fbadab
* Initial changes for handling configuration changes dynamicallySunny Goyal2018-01-311-3/+6
| | | | | Bug: 71709920 Change-Id: I88cf2229dea28d01c13a5a76d2290e91b07d095e
* Refactor LauncherAppTransitionManager & polish for new app transitions.Jon Miranda2018-01-251-0/+64
* 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