summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/InputQueue.java
Commit message (Expand)AuthorAgeFilesLines
* am 23b7e0a3: am d8facb67: am d569e21d: am 48de490c: am 486544f7: Merge "AArch...Narayan Kamath2014-01-161-11/+11
|\
| * AArch64: Use long for pointers in view/input classesAshok Bhat2014-01-091-11/+11
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* Rewrite input handling for native applicationsMichael Wright2013-04-221-10/+120
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-124/+0
* Ensure input events are processed in-order in the application.Jeff Brown2011-12-011-10/+3
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-6/+10
* Fix issue #3001362: API REVIEW: android.view.InputQueue.CallbackDianne Hackborn2010-10-061-0/+13
* Optimize VelocityTracker to run in linear time.Jeff Brown2010-08-091-1/+1
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-6/+42
* Add support for new input sources.Jeff Brown2010-07-151-27/+14
* Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-3/+21
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+126