summaryrefslogtreecommitdiff
path: root/native/android/input.cpp
AgeCommit message (Expand)Author
2024-06-11MotionEvent: Differentiate directional support for AXIS_ORIENTATION Prabir Pradhan
2024-03-05MotionEvent: Get offsets in raw coordinate space Prabir Pradhan
2024-02-21Use ScopedLocalRef in InputEvent jni function Arpit Singh
2024-02-21Rename android.view.InputEvent obtain copy from native methods Arpit Singh
2024-02-14Add NDK API to obtain Java InputEvent from Native AInputEvent Arpit Singh
2023-05-02Clean up KeyEvent JNI APIs Prabir Pradhan
2023-04-12Update input event type to enum class Siarhei Vishniakou
2023-03-28Use enum class for tool type Siarhei Vishniakou
2023-01-09Add pinch classification and scale factor axis Harry Cutts
2023-01-04Add MULTI_FINGER_SWIPE motion classification Harry Cutts
2022-09-23Add CLASSIFICATION_TWO_FINGER_SCROLL for touchpad scrolling Harry Cutts
2022-02-14Add implementation for new NDK functions added to input.h Vaibhav
2021-12-16Pass JNIEnv explicitly into AInputQueue_fromJava Prabir Pradhan
2021-11-01Give access to the native InputQueue to all native applications. Jim Blackler
2020-04-09Add java-to-native converters for input events. Chris Ye
2013-12-18Track Looper decoupling from ALooper Brian Carlstrom
2013-07-01Move input library code to frameworks/native. Jeff Brown
2013-05-28am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent... Andrew Hsieh
2013-05-27Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event Andrew Hsieh
2013-04-22Rewrite input handling for native applications Michael Wright
2012-04-10Request key maps from input manager service. Jeff Brown
2012-02-17frameworks/base refactoring. Mathias Agopian
2011-05-13Add initial API for stylus and mouse buttons. Jeff Brown
2011-02-15Add support for arbitrary axes in MotionEvents. 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-09-08Add support for secure views. Jeff Brown
2010-09-07Modify native ALooper to take an explicit ident. Dianne Hackborn
2010-08-31Remove incomplete input device enumeration NDK API. Jeff Brown
2010-07-28Refactor input reader to support new device types more easily. Jeff Brown
2010-07-15Implement native key pre-dispatching to IMEs. Dianne Hackborn
2010-07-15Add support for new input sources. Jeff Brown
2010-07-13IME events are now dispatched to native applications. Dianne Hackborn
2010-07-08Add new glue code for writing native apps. Dianne Hackborn
2010-07-02Add new native Looper API. Dianne Hackborn
2010-06-30Implement default key handling for native code. Dianne Hackborn
2010-06-29Update native activity & event APIs to follow correct conventions. Dianne Hackborn
2010-06-22First stab at attaching native event dispatching. Dianne Hackborn