summaryrefslogtreecommitdiff
path: root/core/java/android/view/MotionEvent.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-06-30Add FLAG_IS_ACCESSIBILITY_EVENT to KeyEvent and MotionEventSiarhei Vishniakou
2021-05-07Merge "Add NO_FOCUS_CHANGE flag to MotionEvent" into sc-devTreeHugger Robot
2021-05-06Merge "Compat-rotate motion-events injected into dispatcher" into sc-devEvan Rosky
2021-05-06Compat-rotate motion-events injected into dispatcherEvan Rosky
2021-05-06Revert "Add reporting to monitor apps incorrectly using getRaw"Evan Rosky
2021-04-19API changes as requested by API council.Mathew Inwood
2021-03-24Add reporting to monitor apps incorrectly using getRawEvan Rosky
2021-03-11Add NO_FOCUS_CHANGE flag to MotionEventPrabir Pradhan
2021-03-04Use InputEventAssigner to assign input to frameSiarhei Vishniakou
2021-02-17Don't rotate inputflinger's displayEvan Rosky
2020-12-10Prevent accidentally click on RecyclerViewarthurhung
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-07-15Bring back touch events for double tap and double tap and hold.Ameer Armaly
2020-02-14Add ID to InputEvent.Garfield Tan
2020-01-06Replace framework usage of SkMatrix with a stable C APIDerek Sollenberger
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-26Fix doc of TOOL_TYPE_MOUSE.Garfield Tan
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-07-30Add cursor position to synthesized events.Garfield Tan
2019-05-21Use AccessibilityManagerService to deliver double tap and double tap and hol...Ameer Armaly
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-08Prevent access to MotionEvent#mNativePtrGeorge Mount
2019-01-31Expose FLAG_WINDOW_IS_PARTIALLY_OBSCUREDSiarhei Vishniakou
2019-01-04Add classification to MotionEventSiarhei Vishniakou
2018-12-13Pip: Use raw input coordiates when calculating pip movement offsetsVishnu Nair
2018-10-09Move displayId into MotionEventArthur Hung
2018-08-20Merge "Add TestApi for CtsActivityManagerDeviceTestCases."TreeHugger Robot
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-08Add TestApi for CtsActivityManagerDeviceTestCases.lumark
2018-07-05Move displayId into InputEventSiarhei Vishniakou
2018-03-06Move display id into MotionEventSiarhei Vishniakou
2018-01-23Fix inconsistent MagnificationGestureHandler state after delegationEugene Susla
2017-06-19Revive DeadZoneSiarhei Vishniakou
2017-02-16Revert "Re-hide AXIS_SCROLL constant."Aaron Whyte
2017-02-01Disable touch slop for generated gesture eventsDennis Kempin
2016-10-10Avoid sending incorrect or redundant hover events.Vladislav Kaznacheev
2016-10-03Update MotionEvent JNIJohn Reck
2016-09-14Mark a hidden MotionEvent method to be visible for testsKirill Grouchnikov
2016-09-13Mark a hidden MotionEvent method to be visible for testsKirill Grouchnikov
2016-04-20Merge changes from topic 'merge_docs_nyc-dev' into nyc-devTrevor Johns
2016-04-19Resolve merge conflicts of a5060ee to nyc-devTrevor Johns
2016-04-18Merge "Add new, hidden MotionEvent flag for partially obscured windows." into...Michael Wright
2016-04-18Merge "Add new, hidden MotionEvent flag for partially obscured windows." into...Michael Wright
2016-03-31Add new, hidden MotionEvent flag for partially obscured windows.Michael Wright
2016-01-07Re-hide AXIS_SCROLL constant.Prashant Malani
2015-12-18Introduce pointer capture API.Jun Mukai