summaryrefslogtreecommitdiffstats
path: root/native/android/input.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track Looper decoupling from ALooperBrian Carlstrom2013-12-181-1/+1
* Move input library code to frameworks/native.Jeff Brown2013-07-011-2/+2
* am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent...Andrew Hsieh2013-05-281-12/+12
|\
| * Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_eventAndrew Hsieh2013-05-271-12/+12
* | Rewrite input handling for native applicationsMichael Wright2013-04-221-6/+21
|/
* Request key maps from input manager service.Jeff Brown2012-04-101-1/+0
* frameworks/base refactoring.Mathias Agopian2012-02-171-2/+2
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-0/+8
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-0/+11
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-1/+1
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-2/+2
* Add support for secure views.Jeff Brown2010-09-081-0/+4
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-2/+2
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-72/+0
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-0/+78
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-1/+5
* Add support for new input sources.Jeff Brown2010-07-151-2/+54
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-52/+10
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-2/+2
* Add new native Looper API.Dianne Hackborn2010-07-021-2/+11
* Implement default key handling for native code.Dianne Hackborn2010-06-301-0/+9
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-40/+40
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-0/+233