summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputEvent.java
AgeCommit message (Expand)Author
2020-02-24Add ID to InputEvent.Garfield Tan
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-05Move displayId into InputEventSiarhei Vishniakou
2018-03-06Move display id into MotionEventSiarhei Vishniakou
2014-11-12Cancel or drop key events if activity is stopped.Wale Ogunwale
2013-04-18Input-related documentation fixes.John Spurlock
2013-03-11Add InputDevice#isFromSource convenience methodMichael Wright
2012-11-07Correct executable bit for source filesKenny Root
2012-04-20Make InputEvent.getEventTime() public.Jeff Brown
2011-12-03Remove type tests when recycling input events.Jeff Brown
2011-12-01Refactor InputQueue as InputEventReceiver.Jeff Brown
2011-04-07Coalesce input events that arrive faster than 333Hz.Jeff Brown
2011-03-31Add a little input event consistency verifier.Jeff Brown
2011-03-30Add input filter mechanism for accessibility.Jeff Brown
2011-02-15Add support for arbitrary axes in MotionEvents.Jeff Brown
2010-09-12Fix some API discrepancies in InputEvent.Jeff Brown
2010-07-29DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown
2010-07-16Fix bug with phantom input windows.Jeff Brown
2010-07-15Add support for new input sources.Jeff Brown