summaryrefslogtreecommitdiffstats
path: root/include/input/InputTransport.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix input tests to work with new MotionEvent memberMichael Wright2015-05-141-1/+1
| | | | Change-Id: I0dde0f91f693903f26edc116b5dbcbf33bac2b93
* Revert "Revert "Add new MotionEvent actions for button press and release.""Michael Wright2015-05-141-0/+2
| | | | This reverts commit 70b41ef580644fd0fe6fa9b8ac7e4a745cfb6db3.
* Revert "Add new MotionEvent actions for button press and release."Michael Wright2015-05-141-2/+0
| | | | This reverts commit 48a8a0e4322969e1551536d6183af3a1faa2240b.
* Add new MotionEvent actions for button press and release.Michael Wright2015-05-141-0/+2
| | | | | | | | | | | | | | 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
* x86_64: Align uint64_t/int64_t structure member to 8 bytesFengwei Yin2014-05-301-7/+15
| | | | | | | | | To make sure the stature which pass between 32/64bit process have same memory layout for 32/64bit. Signed-off-by: Fengwei Yin <fengwei.yin@intel.com> Co-Authored-by: Narayan Kamath <narayan@google.com> (Unit test only.) Change-Id: I1bc2d12cce41ec0bc484adcaf968f274bec75c12
* Change InputMessage.motion.pointerSize to a uint32_t.Narayan Kamath2014-05-161-3/+3
| | | | | | | | | | This ensures it's the same size in both 32 and 64 bit processes and also brings it in line with struct MotionEntry. (cherry-picked from bc6001b026069714177526eb1120b0011d6f2a51) Change-Id: I28e87050478920a54132efbbb8138076ebad1409
* Move input library code from frameworks/base.Jeff Brown2013-07-011-0/+443
Change-Id: I4983db61b53e28479fc90d9211fafff68f7f49a6