summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-02-19 05:07:28 -0800
committerJeff Brown <jeffbrown@google.com>2011-02-19 06:14:21 -0800
commitcc0c159e9b3dd4e0f48da0ce3e33d2c68a651413 (patch)
tree7a4e3c578e3e0f2c01fef4d64e721d81c851748e /api
parent6f2fba428ca5e77a26d991ad728e346cc47609ee (diff)
downloadframeworks_base-cc0c159e9b3dd4e0f48da0ce3e33d2c68a651413.zip
frameworks_base-cc0c159e9b3dd4e0f48da0ce3e33d2c68a651413.tar.gz
frameworks_base-cc0c159e9b3dd4e0f48da0ce3e33d2c68a651413.tar.bz2
Add new hover move action and scroll wheel plumbing.
Added support for tracking the mouse position even when the mouse button is not pressed. To avoid confusing existing applications, mouse movements are reported using the new ACTION_HOVER_MOVE action when the mouse button is not pressed. Added some more plumbing for the scroll wheel axes. The values are reported to Views but they are not yet handled by the framework. Change-Id: I1706be850d25cf34e5adf880bbed5cc3265cf4b1
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 019ca71..480ad93 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -217741,6 +217741,17 @@
visibility="public"
>
</field>
+<field name="ACTION_HOVER_MOVE"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="7"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="ACTION_MASK"
type="int"
transient="false"