History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29379ec859bf7118dec9f3248c63ee369218ad6b 12-Apr-2016 Jorim Jaggi <jjaggi@google.com> TRON refinements for multi-window

Bug: 26013430
Change-Id: I89b139b4ca3e7b6a06d8b5b351d67ffac240f73f
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
8f2a44f934afd5492248935f564d0b3f2f676d93 04-Feb-2016 Jorim Jaggi <jjaggi@google.com> Hide swipe-up gesture behind tuner flag

(;゚︵゚;)

Bug: 26317834
Change-Id: If489d2bac21e376f2b24a3ce0537a2a8a29651ab
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
f6e9228b8a97603d3ceb8f0d61e8d87cf19bd21f 27-Jan-2016 Chris Wren <cwren@android.com> move framework metrics over to new proto

Change-Id: Ie46e946dc787350c15c10aa4385a6b7df7e181a8
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.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/statusbar/phone/NavigationBarGestureHelper.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/statusbar/phone/NavigationBarGestureHelper.java
a20818257e6927560a676d99dbc563a0394f74d8 18-Jan-2016 Jason Monk <jmonk@google.com> Make nav bar customizable through Tunable

Change-Id: I18c6bc3db1555ca8ec94f1ce594eb01158f32736
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
c82a7e34435817d00a1368149c2295a49ec6fccd 22-Jan-2016 Jorim Jaggi <jjaggi@google.com> Merge changes Ifd2de38a,I57633d60

* changes:
Divider tuning
Fix unneccesary activity relaunches
df012d5102735412d9f38513c103aa53df4bcab9 16-Jan-2016 Jorim Jaggi <jjaggi@google.com> Divider tuning

- Make it harder to dismiss
- When dragging from the bottom, don't allow dismissing at the top

Change-Id: Ifd2de38abece7b996a813af41dcf777fa5cd1c18
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
ada13040d020a289805ddc1f2f49079570cc0e0f 20-Jan-2016 Anthony Chen <ajchen@google.com> Add null checks for various buttons on the Nav Bar.

CarNavigationBarView extends NavigationBarView and provides a different
layout for the navigation bar which does not include all these buttons.
As a result, SystemUI will crash.

Change-Id: I1be079814faa26925721ec86a6f108506f54b99e
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
298c08115110a5615a1972884fa7ee24dd9c59d6 15-Jan-2016 Jorim Jaggi <jjaggi@google.com> Restrict drag in gesture to recents button

Bug: 26317834
Change-Id: I0b8b2ee3b552b979c22b2135056c9899273886a0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
737af724eb31f513386e91ee5510cc6991350937 31-Dec-2015 Jorim Jaggi <jjaggi@google.com> Snap docked stack after screen rotation

- Move DividerSnapAlgorithm to com.android.internal, also move
some utility stuff into DividerUtils which is used from both
SystemUI and window manager
- When the screen rotation changes, rotate the stacks like before
but then also snap the docked stack to a valid snap position.

Change-Id: I9e1aa13f42f398a25c9016e6f20395ee212e405b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
e6309aa57ee2e33cf1aa0f177948f5b454d8bb12 08-Jan-2016 Winson <winsonc@google.com> Prevent docking via nav bar until user is set up.

- Also prevents docking if screen pinning is currently active.
- Fixes issue where you could go into recents when setting up a
secondary user.

Bug: 26438797
Bug: 26316912
Change-Id: I30576b52842b76184ef0b2252bc572f74a5d6db8
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
9b8018ce9d5d8d2bbc6242989dd18c27d503d925 08-Jan-2016 Victor Chan <victorchan@google.com> Null check mRecentsComponent and mDivider.

NavigationBarGestureHelper has a setter for mRecentsComponent and
mDivider. There needs to be a null check before accessing these
fields in code, since there is no guarantee setComponents() is
called.

Change-Id: I58f2c02fbf1a2d486c4c8d8db28669884d22e61a
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.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/statusbar/phone/NavigationBarGestureHelper.java
e435e982fa43832b183bac2d00d9415ac58ac06e 30-Dec-2015 Jorim Jaggi <jjaggi@google.com> Implement parallax when dismissing docked/fullscreen stack

When moving the docked or the fullscreen task close to the side,
we add a nice parallax to indicate that this task will be dismissed.

Change-Id: Ide195876942c1614c186fd5f3ff3e86f6fdfec61
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
dc249c4ae7c7838928f53f151bfda8a6817b8784 15-Dec-2015 Jorim Jaggi <jjaggi@google.com> Change behavior when resizing docked stack

- Add an API resizeDockedStack to resize the docked stack
and supply temporary task bounds, which can be different from
the stack bounds.
- Use that API in SystemUI to only switch task bounds when
crossing thresholds, so we have less flickering and more
predictable resizing.

Bug: 25015474
Bug: 26311778
Change-Id: Id5c9277dd908ccc28f95dab023efc914757a50d0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
47cf6381a88baee1213eb40de090ed13da892416 11-Dec-2015 Jorim Jaggi <jjaggi@google.com> Increase touch slop for navigation bar gesture

So it's less likely that a user triggers it by accident.

Change-Id: Ib7b601a672017daceee589ce75d4336911719a61
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
92de6b63819d7af4a93f1e1da33e89d453a0ad65 10-Dec-2015 Jorim Jaggi <jjaggi@google.com> Add multi-window entry points logging

Bug: 26116313
Change-Id: I159ca53857d382cb74ef8e49f7955946ccea93ca
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
760400c61c41fdb0f9f461a43057139f81c6d2ad 10-Dec-2015 Jorim Jaggi <jjaggi@google.com> Enable swipe-from-navbar gesture by default

Change-Id: Ic38a517c3c53838e3bdd2173a9d245f312136ad4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
e759cd58bda6652e5413e7ca2a39b77bb776a610 04-Dec-2015 Winson <winsonc@google.com> Add tuner params to change the initial stack state and navbar gesture.

Change-Id: I114b8342f5293589eb96a1fd3a14da1757e75a95
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
213cbe665b1c45112f46c006f8b7db19b0c7663c 03-Dec-2015 Jorim Jaggi <jjaggi@google.com> When dragging from the left side, dock on the right

In landscape, when dragging up from the left side, dock the current
app on the right side.

Change-Id: I3b1229e0d347db6cc1f55272c7d76694417977d0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
9ea2f7ba3155a455724f64e2d6a964ad4e99dfa5 24-Nov-2015 Jorim Jaggi <jjaggi@google.com> Add ability to supply initial bounds when docking task

Add an optional parameter in moveTaskToDockedStack to supply an
initial rect to be used when creating the dockeds tack. Pass in
the adjusted rect when dragging up from the navbar so it doesn't
flicker anymore.

Change-Id: Ieb3c8c73b9e2a769a2ec6270bd76a713201a2aed
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
f471594009f5198b221222ebb168c14d15dbb0a9 21-Nov-2015 Jorim Jaggi <jjaggi@google.com> Fix velocity when dragging up from nav bar

Change-Id: I4afd0f41050ffaecd05de455afda5d006be2c30b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
dd98d41e3a65b3bcb37007ea5b29371cf013f563 19-Nov-2015 Jorim Jaggi <jjaggi@google.com> Add gesture to drag in recents from navigation bar

Change-Id: I672ed08f1019835891411b87e2d0de0290defff7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java