summaryrefslogtreecommitdiff
path: root/core/jni/android_view_InputQueue.cpp
AgeCommit message (Expand)Author
2020-07-31Update language to comply with Android's inclusive language guidanceAlex Light
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2014-11-19Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe
2014-01-09AArch64: Use long for pointers in view/input classesAshok Bhat
2013-07-01Move input library code to frameworks/native.Jeff Brown
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
2011-08-30Fix input channel leak.Jeff Brown
2011-03-15Improve VelocityTracker numerical stability.Jeff Brown
2010-11-08Tell system server whether the app handled input events.Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown
2010-08-17Fix possible race conditions during channel unregistration.Jeff Brown
2010-07-16Ignore attempts to finish events on unregistered channels.Jeff Brown
2010-07-15Add support for new input sources.Jeff Brown
2010-06-28Native input event dispatching.Jeff Brown
2010-06-15More work in progress on native events.Jeff Brown
2010-06-13Native input dispatch rewrite work in progress.Jeff Brown