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