summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Close leaked windows when trying to preserve main oneAndrii Kulian2016-05-121-5/+22
* Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-2/+2
* Always consume bottom insets when navigation bar is force shownJorim Jaggi2016-02-241-0/+12
* Optimize window relayouts when dragging dividerJorim Jaggi2016-01-151-2/+10
* Nuke HardwareRenderer abstract baseJohn Reck2015-12-021-7/+7
* Need to updateSurface if surface size was changed in relayoutWindowChong Zhang2015-11-131-0/+5
* Fix minor problems when resizing/maximizing docked window.Filip Gruszczynski2015-11-051-1/+1
* Place surface at screen't top-left when doing drag resizingChong Zhang2015-09-171-0/+7
* Move ApplicationInfo hardware acceleration to public flagsAlan Viverette2015-05-271-1/+3
* Make sure the app can draw a frame before unlockingJorim Jaggi2015-05-131-6/+0
* Disable input during Activity Transition.George Mount2015-05-071-2/+1