summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerGlobal.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-03-16Remove legacy disable triple buffering configVishnu Nair
2021-02-06Remove addWindowTokenWithOptionsCharles Chen
2021-02-05Remove preserve surfaceschaviw
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-16Remove some dead codeJohn Reck
2020-04-27Merge "BLAST: Two start-up optimizations" into rvc-devRob Carr
2020-04-24BLAST: Two start-up optimizationsRobert Carr
2020-04-22Limit number of window context without any windowCharles Chen
2020-04-10Merge "Support addWindow as other user" into rvc-devWei Sheng Shih
2020-04-08ViewRootImpl: Pass buffer to finishDrawing when requestedRobert Carr
2020-04-08Support addWindow as other userwilsonshih
2020-03-11Use separate thread if app doesn't listen to animationsJorim Jaggi
2020-02-10Query for BLAST flag outside of constructorValerie Hau
2020-02-07Move BLAST flag to WindowManagerServiceValerie Hau
2020-01-27Revert to false for BLAST flag until boot time issue resolvedValerie Hau
2020-01-21Merge "Adding WINDOW_MANAGER_NATIVE_BOOT and window_manager_use_blast_adapter...Valerie Hau
2020-01-21Adding WINDOW_MANAGER_NATIVE_BOOT and window_manager_use_blast_adapter flagsValerie Hau
2020-01-16Introduce ImeFocusControllerlumark
2020-01-07Switch BLAST flag to WindowManagerGlobalValerie Hau
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-10-09Improve dumping of display list memory usageJohn Reck
2019-05-15Invoke setWindowStopped on the thread that created the viewRiddle Hsu
2019-03-20Provide a hook for forcing all system bars to be displayed at all timesBrad Stenning
2019-02-15Public API for statically accessing global list of window viewsAlan Viverette
2019-02-08Close access to WindowGlobalManager.trimMemory starting with QSergey Vasilinets
2018-09-21Deprecate InputMethodManager#getInstance()Yohei Yukawa
2018-09-19Let IMMS be responsible for IInputMethodClient lifecycleYohei Yukawa
2018-09-17Always use Context.getSystemService() to get IMMYohei Yukawa
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-03Forward Activity stop signal to attached windows.Robert Carr
2017-11-08Fix: WindowManagerGlobal#setStoppedState failed by IOOBETetsutoki Shiozawa
2017-02-14Suppress a11y shortcut on emergency dialerPhil Weaver
2017-01-05Add content description and tooltip to menu itemVladislav Kaznacheev
2016-09-25Merge "Provide synchronization to setview to avoid NPE" am: b05b93a674 am: 81...Gopal Krishna Shukla
2016-09-22Provide synchronization to setview to avoid NPEGopal Krishna Shukla
2016-06-28Fix wording regarding ThreadedRendererStan Iliev
2016-05-12Close leaked windows when trying to preserve main oneAndrii Kulian
2016-03-16Defuse Bundles parsed by the system process.Jeff Sharkey
2016-02-24Always consume bottom insets when navigation bar is force shownJorim Jaggi
2016-01-15Optimize window relayouts when dragging dividerJorim Jaggi
2015-12-02Nuke HardwareRenderer abstract baseJohn Reck
2015-11-13Need to updateSurface if surface size was changed in relayoutWindowChong Zhang
2015-11-05Fix minor problems when resizing/maximizing docked window.Filip Gruszczynski
2015-09-17Place surface at screen't top-left when doing drag resizingChong Zhang
2015-05-27Move ApplicationInfo hardware acceleration to public flagsAlan Viverette
2015-05-13Make sure the app can draw a frame before unlockingJorim Jaggi