OSDN Git Service

TouchFeature: Add the touch features to do Home/Menu/Back functions
authorSwan_Wang <swandle@gmail.com>
Tue, 10 Nov 2009 06:01:52 +0000 (14:01 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 29 Oct 2010 07:45:12 +0000 (15:45 +0800)
commitdb5faecae122facc0a7536260e39278b74cc895f
treeb763da3ea72aa095b06456effa4371e056046653
parent521b494f1859e424acb519551cd6eead8dc17f0b
TouchFeature: Add the touch features to do Home/Menu/Back functions

The changes add the following touch features to the status bar. Touch
the right corner of the status bar to enable or disable the functions.

* Home: Touch the status bar.
* Menu: Touch the status bar from left to right.
* Back: Touch the status bar from right to left.
services/java/com/android/server/status/StatusBarView.java
services/java/com/android/server/status/TouchFeature.java [new file with mode: 0644]