summaryrefslogtreecommitdiff
path: root/core/java/android/view/MotionEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Add ID to InputEvent.Garfield Tan2020-02-241-0/+8
* Replace framework usage of SkMatrix with a stable C APIDerek Sollenberger2020-01-061-3/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Fix doc of TOOL_TYPE_MOUSE.Garfield Tan2019-11-261-1/+1
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
* Add cursor position to synthesized events.Garfield Tan2019-07-301-10/+101
* Use AccessibilityManagerService to deliver double tap and double tap and hol...Ameer Armaly2019-05-211-31/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Prevent access to MotionEvent#mNativePtrGeorge Mount2019-02-081-1/+2
* Expose FLAG_WINDOW_IS_PARTIALLY_OBSCUREDSiarhei Vishniakou2019-01-311-5/+7
* Add classification to MotionEventSiarhei Vishniakou2019-01-041-8/+86
* Pip: Use raw input coordiates when calculating pip movement offsetsVishnu Nair2018-12-131-0/+32
* Move displayId into MotionEventArthur Hung2018-10-091-1/+42
* Merge "Add TestApi for CtsActivityManagerDeviceTestCases."TreeHugger Robot2018-08-201-0/+1
|\
| * Add TestApi for CtsActivityManagerDeviceTestCases.lumark2018-08-081-0/+1
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+16
|/
* Move displayId into InputEventSiarhei Vishniakou2018-07-051-0/+2
* Move display id into MotionEventSiarhei Vishniakou2018-03-061-8/+74
* Fix inconsistent MagnificationGestureHandler state after delegationEugene Susla2018-01-231-15/+30
* Revive DeadZoneSiarhei Vishniakou2017-06-191-0/+8
* Revert "Re-hide AXIS_SCROLL constant."Aaron Whyte2017-02-161-1/+0
* Disable touch slop for generated gesture eventsDennis Kempin2017-02-011-54/+62
* Avoid sending incorrect or redundant hover events.Vladislav Kaznacheev2016-10-101-0/+22
* Update MotionEvent JNIJohn Reck2016-10-031-22/+63
* Mark a hidden MotionEvent method to be visible for testsKirill Grouchnikov2016-09-141-0/+1
* Mark a hidden MotionEvent method to be visible for testsKirill Grouchnikov2016-09-131-0/+2
* Merge changes from topic 'merge_docs_nyc-dev' into nyc-devTrevor Johns2016-04-201-1/+1
|\
| * Resolve merge conflicts of a5060ee to nyc-devTrevor Johns2016-04-191-1/+1
* | Merge "Add new, hidden MotionEvent flag for partially obscured windows." into...Michael Wright2016-04-181-0/+15
|\ \ | |/ |/|
| * Merge "Add new, hidden MotionEvent flag for partially obscured windows." into...Michael Wright2016-04-181-0/+15
| |\
| | * Add new, hidden MotionEvent flag for partially obscured windows.Michael Wright2016-03-311-0/+15
* | | Re-hide AXIS_SCROLL constant.Prashant Malani2016-01-071-0/+1
* | | Introduce pointer capture API.Jun Mukai2015-12-181-0/+33
* | | Remove hide annotation from AXIS_SCROLLPrashant Malani2015-12-101-1/+0
|/ /
* / Add rotary encoder input sourcePrashant Malani2015-08-281-0/+17
|/
* Add method to set action button on MotionEventMichael Wright2015-06-171-0/+11
* Revert "Revert "Add new MotionEvent actions for button press and release.""Michael Wright2015-05-141-16/+77
* Revert "Add new MotionEvent actions for button press and release."Michael Wright2015-05-141-77/+16
* Add new MotionEvent actions for button press and release.Michael Wright2015-05-141-16/+77
* Add onStylusButtonPress listener to ViewMady Mellor2015-04-301-0/+12
* 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