History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88afd020b696af24332547f203eaa2538618ac9e 25-Feb-2016 Jorim Jaggi <jjaggi@google.com> Accessibility for split-screen divider

- Add label
- Add actions

Bug: 27274494
Bug: 26894949
Change-Id: I041c44f793f1ec86ec27951cc8e87868148b527d
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java
42625d1bc7ef99c4d4435e8cdebfe3eee57b8d97 12-Feb-2016 Jorim Jaggi <jjaggi@google.com> New behavior for docked stack when going home

- We keep the docked stack visible when home task is visible even
though it's not resizable.
- We introduce the a new concept called "minimizing" the docked stack,
which happens when going home. In this state, the docked stack is
clipped of almost completely.
- To achieve that, we introduce TaskStackBoundsAdjustController,
which adjusts the bounds of the docked stack when minimized. Also,
migrate the IME handling to this new class.
- We also need to inform SysUI that it is now minimized so it can
remove the drag affordance on the divider, and also make it a bit
smaller.
- When we detect an app transition, we check whether the home stack
gets visible/invisible. We then start an animation which runs in
sync with the normal app transition. For that we introduce
DockedStackDividerController.animate(), which performs the animation.

Bug: 27137961
Change-Id: I8623bc73cc6872bf28c5b1b8d5795974576811b2
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java
e161f08e98fdbe6fe83f70ffa1ea11142a027ebe 05-Feb-2016 Jorim Jaggi <jjaggi@google.com> Multi-window optimizations #3

- Make sure divider is pushing frames only if necessary
- When starting recents while docking, make sure no unnecessary
animations are played to reduce system load.

Change-Id: I536f009aef7282ed85dde79b853aeae62644f3e3
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java
ea4a19f1aa27ba4b9fc4ec0af1d19b4177f801df 04-Feb-2016 Jorim Jaggi <jjaggi@google.com> When long pressing recents and already docked, undock

Bug: 26771328
Change-Id: I1fe12181cd80fd948e4184be6a8790c77bfe9e45
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java
514b2cf0f8ddd11a4176412cb3584ab96fbb763a 04-Jan-2016 Jorim Jaggi <jjaggi@google.com> Add nice animation when touching the docked divider handle

To make the interaction more dynamic.

Change-Id: I8fc3e6240c229753dc26122ae0994d59c4f6486e
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/DividerHandleView.java