replicant-frameworks_native/libs/input
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
..
tests am e1e3d278: Merge "Clean cruft out of makefiles." 2014-09-12 16:22:03 +00:00
Android.mk Shelve InputFlinger for another release. DO NOT MERGE 2014-08-18 10:17:18 -07:00
IInputFlinger.cpp Shelve InputFlinger for another release. DO NOT MERGE 2014-08-18 10:17:18 -07:00
Input.cpp Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
InputDevice.cpp Pass through availability of audio mic for input devices. 2015-04-09 10:02:16 -07:00
InputTransport.cpp Add new MotionEvent actions for button press and release. 2015-05-14 13:25:41 +01:00
Keyboard.cpp Move key attribute information out of native. 2014-04-22 16:55:36 -07:00
KeyCharacterMap.cpp Move key attribute information out of native. 2014-04-22 16:55:36 -07:00
KeyLayoutMap.cpp Move key attribute information out of native. 2014-04-22 16:55:36 -07:00
VelocityControl.cpp
VelocityTracker.cpp
VirtualKeyMap.cpp