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
/
InputChannel.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-09-22
Second reland "Use new create/removeInputChannel()."
Garfield Tan
2020-09-22
Revert "Reland "Use new create/removeInputChannel().""
Garfield Tan
2020-09-21
Reland "Use new create/removeInputChannel()."
Garfield Tan
2020-09-21
Revert "Use new create/removeInputChannel()."
Roshan Pius
2020-09-18
Use new create/removeInputChannel().
Garfield Tan
2020-02-29
Remove @UnsupportedAppUsage and @SuppressWarnings annotations.
Chris Ye
2020-02-27
Remove InputChannel.finalize() by using NativeAllocationRegistry
Chris Ye
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-01
Remove InputChannel::setToken
Siarhei Vishniakou
2019-06-27
Enable views to be placed in windowless surfaces.
Robert Carr
2019-04-03
Expose input region monitoring to system components.
Michael Wright
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-11-14
WindowManager: Communicate with input system by WindowTokens.
Robert Carr
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2014-01-09
AArch64: Use long for pointers in view/input classes
Ashok Bhat
2013-04-04
Correctly manage the lifecycle of IME InputChannels.
Jeff Brown
2013-03-26
Use input transport for communications between app and IME.
Jeff Brown
2011-08-12
Use PARCELABLE_WIRTE_RETURN_VALUE flag in InputChannel.
Jeff Brown
2010-07-15
Add support for new input sources.
Jeff Brown
2010-06-22
First stab at attaching native event dispatching.
Dianne Hackborn
2010-06-21
More native input event dispatching.
Jeff Brown
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown