summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/MotionEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Fix broken activation of the selected view in accessibility mode.Svetoslav2015-02-021-0/+31
* Cancel or drop key events if activity is stopped.Wale Ogunwale2014-11-121-0/+6
* Add support for mouse-based text selection.Sujith Ramakrishnan2014-07-011-0/+18
* Only translate prefixed strings to keys / axes.Michael Wright2014-05-131-4/+4
* Move key attribute information into KeyEvent.Michael Wright2014-04-281-11/+11
* Respect ACTION_CANCEL for joystick fallbacksMichael Wright2014-03-241-4/+4
* AArch64: Use long for pointers in MotionEvent classAshok Bhat2014-01-081-40/+40
* Unhide MotionEvent#actionToString.John Spurlock2013-06-051-5/+5
* Fixed javadoc in input related classesMichael Wright2013-04-241-5/+3
* Make InputEvent.getEventTime() public.Jeff Brown2012-04-201-3/+49
* New WebView input dispatcher.Jeff Brown2012-04-111-0/+78
* Avoid calling into JNI if not needed.Jeff Brown2012-03-211-5/+15
* Remove type tests when recycling input events.Jeff Brown2011-12-031-0/+1
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-18/+2
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-2/+26
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-31/+10
* Revert "b/3302378 Passes touch pressures, size and timestamps to webkit."Huahui Wu2011-07-071-4/+0
* b/3302378 Passes touch pressures, size and timestamps to webkit.Huahui Wu2011-07-071-0/+4
* Improve input event consistency invariants.Jeff Brown2011-06-281-1/+1
* Hover and stylus API cleanup.Jeff Brown2011-06-271-11/+3
* 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