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 >>>)
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