summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/InputEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Input-related documentation fixes.John Spurlock2013-04-181-1/+1
* Add InputDevice#isFromSource convenience methodMichael Wright2013-03-111-0/+12
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
* Make InputEvent.getEventTime() public.Jeff Brown2012-04-201-1/+19
* Remove type tests when recycling input events.Jeff Brown2011-12-031-0/+15
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-2/+55
* Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-0/+7
* Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+30
* Add input filter mechanism for accessibility.Jeff Brown2011-03-301-0/+9
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-34/+11
* Fix some API discrepancies in InputEvent.Jeff Brown2010-09-121-1/+3
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-0/+40
* Fix bug with phantom input windows.Jeff Brown2010-07-161-1/+10
* Add support for new input sources.Jeff Brown2010-07-151-0/+63