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