summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_InputQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-18/+6
* AArch64: Use long for pointers in view/input classesAshok Bhat2014-01-091-13/+13
* Move input library code to frameworks/native.Jeff Brown2013-07-011-1/+1
* Rewrite input handling for native applicationsMichael Wright2013-04-221-0/+282
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-522/+0
* Ensure input events are processed in-order in the application.Jeff Brown2011-12-011-13/+5
* Fix input channel leak.Jeff Brown2011-08-301-6/+9
* Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-1/+1
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-10/+11
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-21/+21
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-30/+69
* Ignore attempts to finish events on unregistered channels.Jeff Brown2010-07-161-1/+7
* Add support for new input sources.Jeff Brown2010-07-151-6/+5
* Native input event dispatching.Jeff Brown2010-06-281-2/+2
* More work in progress on native events.Jeff Brown2010-06-151-3/+14
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+471