summaryrefslogtreecommitdiff
path: root/core/java/android/window/WindowProviderService.java
Commit message (Expand)AuthorAgeFilesLines
* Remove @Nullable annotation for onConfigurationChanged.An An Yu2022-11-281-1/+1
* Add WindowProvider support to WindowLayoutComponentImpl and allowAn An Yu2022-11-171-0/+48
* Revert^2 Fix testRegisterComponentCallbacksOnWindowContext flakyCharles Chen2022-04-251-2/+3
* Fix NPE in testWindowContextAddMismatchedWindowTypeCharles Chen2021-08-171-0/+13
* Allow WPS to create windows with multiple typeCharles Chen2021-08-111-10/+26
* Move initialization from onCreate to attachBaseContextCharles Chen2021-06-221-6/+11
* Migrate InputMethodService to WindowProviderServiceCharles Chen2021-06-181-5/+17
* Introduce WindowProviderServiceCharles Chen2021-04-151-0/+138