History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29787f6ed9664d32d1598c344830315efc965de7 13-Nov-2013 Daniel Sandler <dsandler@android.com> Switch DeadZone to Slog.

Should help us identify stray clicks further back in time
thanks to the longer system log buffer.

Bug: 11273982
Change-Id: Ie2bf445622afff3dbc903adad6c0497954fa5fe0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
cd686b5b6d4166b510df8e32138479a9559bc117 05-Jun-2013 John Spurlock <jspurlock@google.com> Migrate systemui Slog calls to Log

Change-Id: Ib6734c85960f06fed646599565b8eeba26b9e98e
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
4f6ec7fd640df5b84b43a82cff9082ddaf3b131a 17-Jan-2013 Daniel Sandler <dsandler@android.com> Stop redrawing the nav bar any time you touch the screen.

Bug: 7297091
Change-Id: I77659b9c4677cd01eccb85aaeeb6d8bf5ec9c9d5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
25bb8eec2d63add7d43d357c26f9792ae6156a92 30-Aug-2012 Daniel Sandler <dsandler@android.com> Turn off deadzone flash, replacing it with logcat.

Change-Id: I30db97e5c3a6ef3a06e6065ccf087a7f6d1f9286
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
c26185bb7b30508a1940eb452af64b6d8661915f 29-Aug-2012 Daniel Sandler <dsandler@android.com> Expand the navbar dead zone briefly after touches elsewhere.

For now, each time the dead zone captures a touch, it will
flash to let you know that's what happened. We should
probably turn this off before shipping.

Note also that this currently only expands the navbar on
ACTION_DOWN elsewhere in the UI (because this is the only
time ACTION_OUTSIDE is generated); this isn't perfect and
we'll need to do some mucking about with the input system to
get information about ongoing drags or additional pointers
down, but this CL is a good start and introduces the general
mechanism for expanding and contracting the dead zone.

Change-Id: I43e63aed1e541fd07d83fde4d66bcb5be89b69d2
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java
e97a776e9cbb2a7a8d698c49c5c70f2b7cd9eb1b 20-Mar-2012 Daniel Sandler <dsandler@android.com> Make navbar deadzone silent in touch exploration.

Bug: 5827342
Change-Id: Id93ab35f488a6aa48318b0f17dc510c443800aff
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java