summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/InputDevice.java
Commit message (Expand)AuthorAgeFilesLines
* Pipe through device resolution informationMichael Wright2013-04-041-5/+18
* Add touch navigation input sourceMichael Wright2013-03-111-1/+19
* Add InputDevice#isFromSource convenience methodMichael Wright2013-03-111-0/+13
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
* Fix comparison of device source bits.Jeff Brown2012-05-301-0/+12
* Improve handling of built-in keyboard.Jeff Brown2012-05-011-2/+20
* Make InputDevice.SOURCE_STYLUS meaningful.Jeff Brown2012-04-191-0/+13
* Add support for input devices that have vibrators.Jeff Brown2012-04-131-1/+37
* Notify applications when input devices change.Jeff Brown2012-04-121-1/+19
* Request key maps from input manager service.Jeff Brown2012-04-101-49/+63
* Add a unique input device descriptor.Jeff Brown2012-04-061-2/+18
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-15/+3
* Initial commit of InputManager and keyboard layout API.Jeff Brown2012-04-051-4/+30
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-1/+9
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-1/+9
* Rework display size access.Dianne Hackborn2011-04-211-2/+2
* Input improvements and bug fixes.Jeff Brown2011-03-091-31/+83
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-7/+31
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-115/+115
* Add joystick support to framework.Jeff Brown2011-01-171-3/+28
* Input API review.Jeff Brown2010-09-141-40/+3
* Fix doc link in InputDevice.Jeff Brown2010-08-301-2/+1
* Input device calibration and capabilities.Jeff Brown2010-08-301-25/+194
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-0/+32
* Fix bug with phantom input windows.Jeff Brown2010-07-161-14/+134
* Add support for new input sources.Jeff Brown2010-07-151-0/+231