index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
InputEventReceiver.java
Age
Commit message (
Expand
)
Author
2021-04-09
Merge SP1A.210407.002
Scott Lobdell
2021-04-02
Merge SP1A.210329.001
Scott Lobdell
2021-03-24
Send input timeline from app to InputDispatcher
Siarhei Vishniakou
2021-03-24
Merge SP1A.210311.001
Scott Lobdell
2021-03-09
Move drag event to InputDispatcher (2/n)
arthurhung
2021-03-05
Pass actual present time to ViewRootImpl
Siarhei Vishniakou
2020-12-02
Merge SP1A.201130.001
Daniel Norman
2020-11-17
SyncPointerCapture (4/n): Receive capture events in InputEventReceiver
Prabir Pradhan
2020-11-13
Merge SP1A.201105.002
Scott Lobdell
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-09
Merge SP1A.200921.001
Scott Lobdell
2020-08-21
Add dump of InputConsumer to ViewRootImpl
Siarhei Vishniakou
2020-03-30
Merge RP1A.200326.001
Steven Laver
2020-03-17
Pass source to dispatchBatchedInputEventPending (1/2)
Arthur Hung
2020-02-04
Merge RP1A.200123.001
Steven Laver
2020-01-22
Merge RP1A.200106.001
Steven Laver
2020-01-10
Move focus dispatch to input (2/2)
Siarhei Vishniakou
2019-12-23
Call InputEventReceiver.dispose from the right thread
Tiger Huang
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-22
Merge RP1A.191114.001
Steven Laver
2019-11-07
Update input policy to handle embedded windows
Vishnu Nair
2019-09-27
Merge RP1A.190822.001
Scott Lobdell
2019-07-26
Dispose InputChannel when dispose InputEventReceiver
Arthur Hung
2018-09-08
Merge QP1A.180823.001
Bill Peckham
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-02
Merge QPR1.180718.001
Jiyong Park
2018-03-06
Move display id into MotionEvent
Siarhei Vishniakou
2018-03-01
touch response optimizations.
zfu
2017-08-02
Fix keyboard focus in VR
Tarandeep Singh
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2014-01-09
AArch64: Use long for pointers in view/input classes
Ashok Bhat
2013-10-26
Speculatively schedule input consumption
Michael Wright
2013-04-02
Fix reference cycle in InputEventReceiver and Sender.
Jeff Brown
2012-08-27
Fix improper use of CloseGuard.
Jeff Brown
2012-04-27
Resample touch events on frame boundaries.
Jeff Brown
2012-02-13
Implement batching of input events on the consumer side.
Jeff Brown
2011-12-03
Remove type tests when recycling input events.
Jeff Brown
2011-12-01
Refactor InputQueue as InputEventReceiver.
Jeff Brown