summaryrefslogtreecommitdiffstats
path: root/quickstep/recents_ui_overrides/src/com/android/quickstep/util/RecentsAnimationListenerSet.java
Commit message (Collapse)AuthorAgeFilesLines
* Moving various common executors to a single locationSunny Goyal2019-08-201-6/+6
| | | | Change-Id: I44bca49b8adb6fa22c3b48d10f674e42c28d792c
* Change RecentsAnimationListenerSet interface (Launcher)Tracy Zhou2019-08-021-4/+5
| | | | | | | Bug: 138683199 Test: N/A Change-Id: Ic53ef92fe4d5b55ff1d105a250accdf6f6c0916b (cherry picked from commit 8e8a36f673de31a31e19131ab286de7798e23b78)
* Bypass systemstate check when using shared stateSunny Goyal2019-06-121-5/+17
| | | | | | | | | | | | | | System state can change using the interaction, for eg: an app can enter immersive mode in the middle of quickswitch. Ignore such changes to prevent system gestures getting blocked by an app > Fixing nullpointer in device locked consumer construction when user is not locked yet > Creating a fallback resetGesture input consumer, which cancels any pending transition in case we missed to cancel it Bug: 134091263 Bug: 134406364 Change-Id: Iafc4e53691f50862b013ad9c4023839044cf1d72
* Properly clean up screenshot of recents animation upon cancelationTracy Zhou2019-03-211-1/+14
| | | | | | | Bug: 122593881 Test: Manual Change-Id: Ia9ce1ede08309a0898c622bcd07a9e076443d98a (cherry picked from commit 2bd3a0225b373c21774e7f0806ff49853d410042)
* Remove several files from Recents Go srcKevin2019-02-251-0/+89
As Go will not be using RecentsView, there are several files that are unneeded in the recents Go source. This moves these files to recents_ui_overrides where they will be used for non-Go builds. Bug: 114136250 Test: Build NexusLauncher, aospWithQuickstep, l3GoWithQuickstep Change-Id: I9d0154a75f4f2c71b865d414448e262b3019b2b9