index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
native
/
android
/
input.cpp
Age
Commit message (
Expand
)
Author
2024-06-11
MotionEvent: Differentiate directional support for AXIS_ORIENTATION
Prabir Pradhan
2024-03-05
MotionEvent: Get offsets in raw coordinate space
Prabir Pradhan
2024-02-21
Use ScopedLocalRef in InputEvent jni function
Arpit Singh
2024-02-21
Rename android.view.InputEvent obtain copy from native methods
Arpit Singh
2024-02-14
Add NDK API to obtain Java InputEvent from Native AInputEvent
Arpit Singh
2023-05-02
Clean up KeyEvent JNI APIs
Prabir Pradhan
2023-04-12
Update input event type to enum class
Siarhei Vishniakou
2023-03-28
Use enum class for tool type
Siarhei Vishniakou
2023-01-09
Add pinch classification and scale factor axis
Harry Cutts
2023-01-04
Add MULTI_FINGER_SWIPE motion classification
Harry Cutts
2022-09-23
Add CLASSIFICATION_TWO_FINGER_SCROLL for touchpad scrolling
Harry Cutts
2022-02-14
Add implementation for new NDK functions added to input.h
Vaibhav
2021-12-16
Pass JNIEnv explicitly into AInputQueue_fromJava
Prabir Pradhan
2021-11-01
Give access to the native InputQueue to all native applications.
Jim Blackler
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