summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/RecentsUserEventProxyReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code #6: Delete old recents implementationJorim Jaggi2015-01-071-11/+8
| | | | Change-Id: I93b1257563d6352a54141bd4c90d2d4587782fd2
* Fixing major regressions in Recents with multi-user. (Bug 18574950)Winson Chung2014-12-101-0/+70
In the process of front-loading a lot of the loading work, we moved logic into AlternateRecentsComponent, which is not multi-user friendly. This CL proxies all the necessary events for non-primary users to their own SystemUI process to ensure that they handle them correctly, and proxies visibility changes back to the primary user (since that is the only process with the right callbacks). Change-Id: I9fed92214ac4d4e2309ad6ffc35d09b5726c2880