summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Preloads the icon drawable for app open to reduce latency b/w swapping views.Jon Miranda2019-06-131-0/+7
* Reduce alpha delay 25ms to reduce flashy feeling of appearing large.Jon Miranda2019-06-051-1/+1
* Tuning app open/close animation.Jon Miranda2019-05-301-2/+5
* Animate workspace upwards when opening an app.Jon Miranda2019-05-291-1/+1
* Adding a utility class to cache views at an activity levelSunny Goyal2019-05-221-6/+5
* Fix landscape app open/close animations.Jon Miranda2019-05-151-9/+30
* Initial app open/close polish using tuned values.Jon Miranda2019-05-101-9/+14
* Ensure Recents Go layout finishes before remote anim beginsKevin2019-05-071-65/+79
* Initial changes to creating a fake landscape Launcher UISunny Goyal2019-05-021-3/+3
* Fix app open animation in landscape.Jon Miranda2019-04-301-4/+3
* Releasing SurfaceControl when they are no longer neededSunny Goyal2019-04-291-2/+2
* Removing unnecessary corner size caching in RecentsModelSunny Goyal2019-04-051-11/+9
* Refactor app open animation so that FloatingIconView tracks window.Jon Miranda2019-04-011-146/+95
* Set window corner radius to 0 for app tranition anims in multi-window mode.Jon Miranda2019-03-111-3/+6
* Transform closing window to icon on workspace using adaptive icons.Jon Miranda2019-03-011-4/+3
* Revert "Add remote animation for unlocking device."Jon Miranda2019-02-281-5/+0
* App to home animation zooms into the app icon.Jon Miranda2019-02-141-53/+19
* Deleting Quickscrub related logicSunny Goyal2019-02-141-19/+0
* Fixed corner radius during app launchLucas Dupin2019-02-091-6/+2
* Changing min sdk to 25Sunny Goyal2019-01-291-4/+4
* Disable window corner rounding on some devicesLucas Dupin2019-01-241-3/+6
* Split LauncherAppTransitionManagerImpl for GoKevin2019-01-231-0/+887