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
/
native
/
android
/
input.cpp
Age
Commit message (
Expand
)
Author
2020-04-09
Add java-to-native converters for input events.
Chris Ye
2013-12-18
Track Looper decoupling from ALooper
Brian Carlstrom
2013-07-01
Move input library code to frameworks/native.
Jeff Brown
2013-05-28
am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent...
Andrew Hsieh
2013-05-27
Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event
Andrew Hsieh
2013-04-22
Rewrite input handling for native applications
Michael Wright
2012-04-10
Request key maps from input manager service.
Jeff Brown
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2011-05-13
Add initial API for stylus and mouse buttons.
Jeff Brown
2011-02-15
Add support for arbitrary axes in MotionEvents.
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-09-08
Add support for secure views.
Jeff Brown
2010-09-07
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-08-31
Remove incomplete input device enumeration NDK API.
Jeff Brown
2010-07-28
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-15
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
Add support for new input sources.
Jeff Brown
2010-07-13
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-08
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-02
Add new native Looper API.
Dianne Hackborn
2010-06-30
Implement default key handling for native code.
Dianne Hackborn
2010-06-29
Update native activity & event APIs to follow correct conventions.
Dianne Hackborn
2010-06-22
First stab at attaching native event dispatching.
Dianne Hackborn