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
/
InputQueue.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2014-01-16
am 23b7e0a3: am d8facb67: am d569e21d: am 48de490c: am 486544f7: Merge "AArch...
Narayan Kamath
2014-01-09
AArch64: Use long for pointers in view/input classes
Ashok Bhat
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-04-22
Rewrite input handling for native applications
Michael Wright
2011-12-01
Refactor InputQueue as InputEventReceiver.
Jeff Brown
2011-12-01
Ensure input events are processed in-order in the application.
Jeff Brown
2010-11-08
Tell system server whether the app handled input events.
Jeff Brown
2010-10-06
Fix issue #3001362: API REVIEW: android.view.InputQueue.Callback
Dianne Hackborn
2010-08-09
Optimize VelocityTracker to run in linear time.
Jeff Brown
2010-07-30
Enhanced VelocityTracker for > 5 pointers and fixed bugs.
Jeff Brown
2010-07-15
Add support for new input sources.
Jeff Brown
2010-06-23
Remove InputConsumer, replacing with InputQueue.
Dianne Hackborn
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown