summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputEventReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* TouchMode (6.1/n) Fully detaching touch mode from focus eventAntonio Kantek2021-11-121-4/+2
* Roll forward of "Revert "TouchMode (5/n) Implementing onTouchModeChanged""Antonio Kantek2021-11-041-2/+2
* Revert "TouchMode (5/n) Implementing onTouchModeChanged"Yan-De Chen2021-11-041-2/+2
* TouchMode (5/n) Implementing onTouchModeChangedAntonio Kantek2021-11-021-2/+2
* TouchEvent (2/n): Receiving touch mode events in InputEventReceiverAntonio Kantek2021-08-091-0/+10
* Send input timeline from app to InputDispatcherSiarhei Vishniakou2021-03-241-4/+6
* Move drag event to InputDispatcher (2/n)arthurhung2021-03-091-0/+10
* Pass actual present time to ViewRootImplSiarhei Vishniakou2021-03-051-0/+10
* SyncPointerCapture (4/n): Receive capture events in InputEventReceiverPrabir Pradhan2020-11-171-0/+14
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* Add dump of InputConsumer to ViewRootImplSiarhei Vishniakou2020-08-211-0/+14
* Pass source to dispatchBatchedInputEventPending (1/2)Arthur Hung2020-03-171-8/+2
* Move focus dispatch to input (2/2)Siarhei Vishniakou2020-01-101-3/+21
* Call InputEventReceiver.dispose from the right threadTiger Huang2019-12-231-0/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Update input policy to handle embedded windowsVishnu Nair2019-11-071-0/+11
* Dispose InputChannel when dispose InputEventReceiverArthur Hung2019-07-261-1/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+4
* Move display id into MotionEventSiarhei Vishniakou2018-03-061-4/+3
* Fix keyboard focus in VRTarandeep Singh2017-08-021-3/+4
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-2/+2
* AArch64: Use long for pointers in view/input classesAshok Bhat2014-01-091-5/+5
* Speculatively schedule input consumptionMichael Wright2013-10-261-3/+6
* Fix reference cycle in InputEventReceiver and Sender.Jeff Brown2013-04-021-2/+5
* Fix improper use of CloseGuard.Jeff Brown2012-08-271-1/+9
* Resample touch events on frame boundaries.Jeff Brown2012-04-271-4/+8
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-9/+48
* Remove type tests when recycling input events.Jeff Brown2011-12-031-11/+1
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-0/+151