summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Second reland "Use new create/removeInputChannel()."Garfield Tan2020-09-221-4/+3
* Revert "Reland "Use new create/removeInputChannel().""Garfield Tan2020-09-221-3/+4
* Reland "Use new create/removeInputChannel()."Garfield Tan2020-09-211-4/+3
* Revert "Use new create/removeInputChannel()."Roshan Pius2020-09-211-3/+4
* Use new create/removeInputChannel().Garfield Tan2020-09-181-4/+3
* Remove @UnsupportedAppUsage and @SuppressWarnings annotations.Chris Ye2020-02-291-12/+9
* Remove InputChannel.finalize() by using NativeAllocationRegistryChris Ye2020-02-271-26/+53
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Remove InputChannel::setTokenSiarhei Vishniakou2019-11-011-5/+0
* Enable views to be placed in windowless surfaces.Robert Carr2019-06-271-0/+9
* Expose input region monitoring to system components.Michael Wright2019-04-031-11/+11
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* WindowManager: Communicate with input system by WindowTokens.Robert Carr2018-11-141-5/+16
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+4
* AArch64: Use long for pointers in view/input classesAshok Bhat2014-01-091-1/+1
* Correctly manage the lifecycle of IME InputChannels.Jeff Brown2013-04-041-1/+11
* Use input transport for communications between app and IME.Jeff Brown2013-03-261-3/+7
* Use PARCELABLE_WIRTE_RETURN_VALUE flag in InputChannel.Jeff Brown2011-08-121-5/+2
* Add support for new input sources.Jeff Brown2010-07-151-2/+6
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-2/+3
* More native input event dispatching.Jeff Brown2010-06-211-1/+1
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+152