summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputEventReceiver.java
AgeCommit message (Expand)Author
2021-04-09Merge SP1A.210407.002Scott Lobdell
2021-04-02Merge SP1A.210329.001Scott Lobdell
2021-03-24Send input timeline from app to InputDispatcherSiarhei Vishniakou
2021-03-24Merge SP1A.210311.001Scott Lobdell
2021-03-09Move drag event to InputDispatcher (2/n)arthurhung
2021-03-05Pass actual present time to ViewRootImplSiarhei Vishniakou
2020-12-02Merge SP1A.201130.001Daniel Norman
2020-11-17SyncPointerCapture (4/n): Receive capture events in InputEventReceiverPrabir Pradhan
2020-11-13Merge SP1A.201105.002Scott Lobdell
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-09Merge SP1A.200921.001Scott Lobdell
2020-08-21Add dump of InputConsumer to ViewRootImplSiarhei Vishniakou
2020-03-30Merge RP1A.200326.001Steven Laver
2020-03-17Pass source to dispatchBatchedInputEventPending (1/2)Arthur Hung
2020-02-04Merge RP1A.200123.001Steven Laver
2020-01-22Merge RP1A.200106.001Steven Laver
2020-01-10Move focus dispatch to input (2/2)Siarhei Vishniakou
2019-12-23Call InputEventReceiver.dispose from the right threadTiger Huang
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-22Merge RP1A.191114.001Steven Laver
2019-11-07Update input policy to handle embedded windowsVishnu Nair
2019-09-27Merge RP1A.190822.001Scott Lobdell
2019-07-26Dispose InputChannel when dispose InputEventReceiverArthur Hung
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-02Merge QPR1.180718.001Jiyong Park
2018-03-06Move display id into MotionEventSiarhei Vishniakou
2018-03-01touch response optimizations.zfu
2017-08-02Fix keyboard focus in VRTarandeep Singh
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2014-01-09AArch64: Use long for pointers in view/input classesAshok Bhat
2013-10-26Speculatively schedule input consumptionMichael Wright
2013-04-02Fix reference cycle in InputEventReceiver and Sender.Jeff Brown
2012-08-27Fix improper use of CloseGuard.Jeff Brown
2012-04-27Resample touch events on frame boundaries.Jeff Brown
2012-02-13Implement batching of input events on the consumer side.Jeff Brown
2011-12-03Remove type tests when recycling input events.Jeff Brown
2011-12-01Refactor InputQueue as InputEventReceiver.Jeff Brown