replicant-frameworks_native/services/inputflinger
Michael Wright 48a8a0e432 Add new MotionEvent actions for button press and release.
Introduce ACTION_BUTTON_PRESS and ACTION_BUTTON_RELEASE as actions to
signal a button press or release. If these actions happen
simulanteously with a DOWN or UP event then they're explicitly
ordered to happen after the DOWN or preceding the UP in order to send
them to the most recently targeted view.

Also, introduce new stylus button constants that differ from the
constants we use for mouse buttons.

Bug: 20704355
Change-Id: Ib960a5004db5429ad2fc8db020704773e2978327
2015-05-14 13:25:41 +01:00
..
host Add method stubs for input device properties. 2015-04-16 11:12:49 -07:00
tests Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
Android.mk Move inputflinger process to host directory 2015-02-23 16:04:57 -08:00
EventHub.cpp Fuse stylus and touch screen data. 2015-04-17 16:37:16 +00:00
EventHub.h Fuse stylus and touch screen data. 2015-04-17 16:37:16 +00:00
InputApplication.cpp
InputApplication.h
InputDispatcher.cpp Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputDispatcher.h Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputListener.cpp Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputListener.h Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputManager.cpp
InputManager.h
InputReader.cpp Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputReader.h Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputWindow.cpp
InputWindow.h Stop consuming input on error dialogs. 2014-11-11 14:05:03 -08:00
PointerControllerInterface.h