index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
InputEvent.java
Age
Commit message (
Expand
)
Author
2020-02-24
Add ID to InputEvent.
Garfield Tan
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-05
Move displayId into InputEvent
Siarhei Vishniakou
2018-03-06
Move display id into MotionEvent
Siarhei Vishniakou
2014-11-12
Cancel or drop key events if activity is stopped.
Wale Ogunwale
2013-04-18
Input-related documentation fixes.
John Spurlock
2013-03-11
Add InputDevice#isFromSource convenience method
Michael Wright
2012-11-07
Correct executable bit for source files
Kenny Root
2012-04-20
Make InputEvent.getEventTime() public.
Jeff Brown
2011-12-03
Remove type tests when recycling input events.
Jeff Brown
2011-12-01
Refactor InputQueue as InputEventReceiver.
Jeff Brown
2011-04-07
Coalesce input events that arrive faster than 333Hz.
Jeff Brown
2011-03-31
Add a little input event consistency verifier.
Jeff Brown
2011-03-30
Add input filter mechanism for accessibility.
Jeff Brown
2011-02-15
Add support for arbitrary axes in MotionEvents.
Jeff Brown
2010-09-12
Fix some API discrepancies in InputEvent.
Jeff Brown
2010-07-29
DO NOT MERGE: Fix input event injection ANRs on UI thread.
Jeff Brown
2010-07-16
Fix bug with phantom input windows.
Jeff Brown
2010-07-15
Add support for new input sources.
Jeff Brown