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