summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/MotionEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Input device protocol enhancements.Jeff Brown2011-05-241-2/+2
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-168/+852
* Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+32
* Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-5/+38
* Joystick tweaks.Jeff Brown2011-03-041-0/+86
* Fix off by one errors in touch motion ranges.Jeff Brown2011-03-031-0/+2
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-13/+2
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-1/+59
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-36/+36
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-96/+557
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-533/+809
* am 6e4a69bb: am 94b8b114: Merge "A few small cleanning-ups." into honeycombHuahui Wu2011-01-241-1/+1
|\
| * A few small cleanning-ups.Huahui Wu2011-01-241-1/+1
* | Add joystick support to framework.Jeff Brown2011-01-171-2/+10
|/
* b/3133123 Pass touch point ids to WebKit.Huahui Wu2011-01-131-0/+3
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-6/+6
* Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-2/+48
* am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown2010-10-111-4/+6
|\
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-4/+6
* | Add MotionEvent Matrix transformations.Jeff Brown2010-09-301-0/+16
|/
* Input API review.Jeff Brown2010-09-141-2/+64
* Add support for secure views.Jeff Brown2010-09-081-6/+34
* Minor MotionEvent optimization.Jeff Brown2010-08-191-29/+34
* Text selection without trackball.Gilles Debunne2010-08-191-1/+1
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-24/+17
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-42/+46
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-17/+17
* Fix bug with phantom input windows.Jeff Brown2010-07-161-2/+2
* Add support for new input sources.Jeff Brown2010-07-151-94/+503
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-349/+244
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-6/+45
* Fixed some minor bugs in MotionEvent recycling.Jeff Brown2010-06-021-7/+12
* Fix MotionEvent pointer API.Dianne Hackborn2010-02-121-27/+73
* Maybe fix issue #2145012: Array bounds exception in touch event processingDianne Hackborn2009-09-261-2/+2
* Allow wallpapers to get touch events.Dianne Hackborn2009-08-171-0/+38
* Fix crash when MotionEvent is initialized with more than 2 fingers, and bumpDianne Hackborn2009-08-061-3/+19
* Fix documentation.Dianne Hackborn2009-08-051-2/+2
* Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-156/+211
* Fix OOB in arraycopy.Owen Lin2009-07-291-2/+2
* Fix a bug that was causing ArrayIndexOutOfBoutExceptions when obtaining a Mot...Adam Bliss2009-07-271-1/+1
* Add support for power keys, improve behavior of virtual keys.Dianne Hackborn2009-07-241-1/+2
* First stab at poly-finger support.Dianne Hackborn2009-07-211-175/+512
* Fixes merge conflict.Romain Guy2009-07-161-8/+0
* am 7941e903: Merge change 5091 into donutAndroid (Google) Code Review2009-06-241-18/+37
|\
| * * new screen resolution support impl.Mitsuru Oshima2009-06-231-18/+37
* | merge cafdea61a85c8f5d0646cc9413a09346c637f43f w/ one minor conflict in core/...The Android Open Source Project2009-06-141-66/+75
|\ \ | |/
| * Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw().Romain Guy2009-06-121-69/+70
* | Added LatencyTimer to ease latency measurementsMichael Chan2009-05-151-1/+72
|/
* don't use moduloMitsuru Oshima2009-05-071-1/+3
* AI 148024: fix NPE when there is no historyMitsuru Oshima2009-04-291-4/+6