summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* Remove view based on known index of the view on exceptionBeverly2022-07-151-1/+1
* Make sure to cleanup views that couldn't be addedBeverly2022-07-011-2/+3
* Prevent windows from drawing if they're in an active sync setchaviw2022-06-131-0/+5
* Introduce WindowlessWindowLayoutTiger Huang2022-04-221-1/+1
* Allowing SurfaceViewHost to show up in layout inspectorSunny Goyal2022-04-071-1/+9
* Push drag-resize mode to the clientTiger Huang2022-03-201-16/+2
* Async BLAST Sync [2/N]: Introduce seqIdRobert Carr2022-03-171-8/+0
* Remove RELAYOUT_RES_IN_TOUCH_MODETiger Huang2022-03-151-13/+7
* [ShellTransition]: add WMS#setRecentsAppBehindSystemBars for recentsMing-Shin Lu2022-02-261-0/+8
* SurfaceControlViewHost: Basic child window supportRobert Carr2022-02-091-1/+35
* Expose mirror of wallpaper surface in WindowManagerGlobal.Brian Isganitis2021-10-191-0/+11
* Remove legacy disable triple buffering configVishnu Nair2021-03-161-1/+0
* Remove addWindowTokenWithOptionsCharles Chen2021-02-061-1/+0
* Remove preserve surfaceschaviw2021-02-051-8/+0
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Remove some dead codeJohn Reck2020-10-161-16/+15
* Merge "BLAST: Two start-up optimizations" into rvc-devRob Carr2020-04-271-1/+3
|\
| * BLAST: Two start-up optimizationsRobert Carr2020-04-241-1/+3
* | Limit number of window context without any windowCharles Chen2020-04-221-0/+1
|/
* Merge "Support addWindow as other user" into rvc-devWei Sheng Shih2020-04-101-2/+3
|\
| * Support addWindow as other userwilsonshih2020-04-081-2/+3
* | ViewRootImpl: Pass buffer to finishDrawing when requestedRobert Carr2020-04-081-0/+8
|/
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-0/+8
* Query for BLAST flag outside of constructorValerie Hau2020-02-101-8/+4
* Move BLAST flag to WindowManagerServiceValerie Hau2020-02-071-7/+13
* Revert to false for BLAST flag until boot time issue resolvedValerie Hau2020-01-271-5/+1
* Merge "Adding WINDOW_MANAGER_NATIVE_BOOT and window_manager_use_blast_adapter...Valerie Hau2020-01-211-1/+7
|\
| * Adding WINDOW_MANAGER_NATIVE_BOOT and window_manager_use_blast_adapter flagsValerie Hau2020-01-211-1/+7
* | Introduce ImeFocusControllerlumark2020-01-161-5/+2
|/
* Switch BLAST flag to WindowManagerGlobalValerie Hau2020-01-071-0/+6
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Improve dumping of display list memory usageJohn Reck2019-10-091-12/+10
* Invoke setWindowStopped on the thread that created the viewRiddle Hsu2019-05-151-1/+19
* Provide a hook for forcing all system bars to be displayed at all timesBrad Stenning2019-03-201-6/+7
* Public API for statically accessing global list of window viewsAlan Viverette2019-02-151-0/+11
* Close access to WindowGlobalManager.trimMemory starting with QSergey Vasilinets2019-02-081-1/+1
* Deprecate InputMethodManager#getInstance()Yohei Yukawa2018-09-211-5/+4
* Let IMMS be responsible for IInputMethodClient lifecycleYohei Yukawa2018-09-191-3/+6
* Always use Context.getSystemService() to get IMMYohei Yukawa2018-09-171-1/+1
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+19
* Forward Activity stop signal to attached windows.Robert Carr2018-04-031-0/+4
* Fix: WindowManagerGlobal#setStoppedState failed by IOOBETetsutoki Shiozawa2017-11-081-1/+2
* Suppress a11y shortcut on emergency dialerPhil Weaver2017-02-141-2/+4
* Add content description and tooltip to menu itemVladislav Kaznacheev2017-01-051-0/+13
* Merge "Provide synchronization to setview to avoid NPE" am: b05b93a674 am: 81...Gopal Krishna Shukla2016-09-251-9/+6
|\
| * Provide synchronization to setview to avoid NPEGopal Krishna Shukla2016-09-221-9/+6
* | Fix wording regarding ThreadedRendererStan Iliev2016-06-281-2/+2
|/