History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7555f335f4a96ac667786b206a1da1dbfd4e1ca8 15-Jun-2016 Winson <winsonc@google.com> Fixing issue with screen pinning screen not showing for secondary users.

- Catch the exception when removing a view that is not yet attached.
This is not an issue because we are in the process of attaching it for
the first time anyways.
- Ensure that we post the calls from the secondary user in the main
thread for the system user. Especially since this calls through to
add the view for the new screen pinning window.

Bug: 29341417
Change-Id: If0e29a77ddb67426115f1d5d9f1adb580a1f07df
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
0f051f5abdb31024d862a954cc4c4716b1dde616 14-Apr-2016 Andrii Kulian <akulian@google.com> Remember task which is being locked

We need to remember task which requested to be locked
because we can accidentally lock another task after
user interacts with pinning request dialog.

Bug: 27876860
Change-Id: Ie8e607df4380dd33ea9b3474afc247b02e31de07
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
899327f5cbbfb0eae5562b262ccea860c98f6bc4 26-Feb-2016 Jorim Jaggi <jjaggi@google.com> Animation for docking task gesture

- Don't move recents window around during the animation
- Set the correct task size shortly after docking, so recents
starts with the correct size to avoid jank.
- Add staggered animation in recents.

Bug: 27154882
Change-Id: I7c56102feba9c3f6cb86cb5f1d87f0ad3b29c721
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
a00a785ec889602b66be3d09814c0babfb610b1c 16-Feb-2016 Winson <winsonc@google.com> Adding event log tags for tracking secondary user connections.

Bug: 27175589
Change-Id: I6025eb6b0cef0057fd006cc044a638c48b481ed7
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
cdb06caebb5f6f554b2ed8c76963970d8cc0ab54 26-Jan-2016 Jorim Jaggi <jjaggi@google.com> Grow recents when in multi-window on phones

- Make sure all methods in RecentsImpl are called from the main thread.
- On secondary users, call dockTopTask in correct process.
- When opening recents, split it differently when on phones.

Change-Id: I10224452b1a9c0ae691d64cceeae5bb93cc4f6d8
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
11cc01df271fce5ec3eb05a7281032d1271cc782 23-Jan-2016 Jorim Jaggi <jjaggi@google.com> Add animation when docking top task with long press

Change-Id: I7af4149f2c517e8d6ace22f1e49e319d2461503e
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java
190fe3bf88388fcb109af64571e3baa0d01f1c37 20-Oct-2015 Winson <winsonc@google.com> Refactoring secondary user recents logic.

- Removing old broadcasts in favor of direct aidl interface between
system and secondary users. Also moving user specific implementation
into RecentsImpl, allowing Recents to handle proxying between users.

Change-Id: I4bd5ef1d1ee47309b7c754f50a5e8b2e2aab988f
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/RecentsSystemUser.java