summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Use global setting instead of forceWindowBlurDisabledGalia Peycheva2021-04-231-9/+0
* Add a test api for checking if system supports TaskSnapshotMing-Shin Lu2021-04-161-0/+9
* Move WindowContext module to window packageCharles Chen2021-03-241-1/+2
* Add executor to window blur apiGalia Peycheva2021-03-121-1/+9
* Add WM.setForceCrossWindowBlurDisabled TestApiGalia Peycheva2021-03-121-0/+9
* Create listener for dynamic blurEnabled changesGalia Peycheva2021-03-011-0/+16
* Introduce WM#LayoutParams mWindowContextTokenCharles Chen2021-01-211-18/+35
* Send display cutout to client via insetsChangedTiger Huang2021-01-051-6/+3
* Change shouldShowIme -> displayImePolicySean Stout2020-11-251-5/+5
* Introduce getWindowContextTokenCharles Chen2020-11-161-2/+2
* Removing taking unrelated locks from holdLockvadimt2020-10-261-2/+2
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-4/+1
* Implementing Lock contention APIvadimt2020-09-241-0/+9
* Remove the legacy insets modeTiger Huang2020-09-181-15/+4
* Make FLAG_LAYOUT_NO_LIMITS compatibleTiger Huang2020-08-261-4/+6
* Merge "Annotating context in framework base"Charles Chen2020-08-031-0/+2
|\
| * Annotating context in framework baseCharles Chen2020-08-031-0/+2
* | Merge changes from topic "max_bounds"TreeHugger Robot2020-07-281-9/+7
|\ \
| * | Add DisplayArea support for WM#getMaximumWindowMetricsCharles Chen2020-07-151-9/+7
| |/
* / Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-1/+1
|/
* Fix DecorView error about non-visual contextCharles Chen2020-04-271-1/+3
* Support addWindow as other userwilsonshih2020-04-081-1/+2
* Revert "Fix DecorView error about non-visual context"Vadim Tryshev2020-04-031-3/+1
* Fix DecorView error about non-visual contextCharles Chen2020-03-301-1/+3
* Merge "Report bounds instead of size in WindowMetrics" into rvc-devAndrii Kulian2020-03-271-7/+2
|\
| * Report bounds instead of size in WindowMetricsAndrii Kulian2020-03-241-7/+2
* | Performance optimizations for new insetsJorim Jaggi2020-03-231-1/+1
|/
* Generate WindowInsets with new insets APICharles Chen2020-03-051-14/+30
* Revert "Revert "Always get window insets from server""Charles Chen2020-02-241-21/+17
* Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian2020-02-201-3/+3
* Merge "Revert "Always get window insets from server""Wale Ogunwale2020-02-141-9/+16
|\
| * Revert "Always get window insets from server"Wale Ogunwale2020-02-141-9/+16
* | Merge "Always get window insets from server"TreeHugger Robot2020-02-141-16/+9
|\|
| * Always get window insets from serverCharles Chen2020-02-121-16/+9
* | Fix AccessibilityInputFilterTestCharles Chen2020-02-071-1/+1
|/
* Introduce WindowMetrics and WM#getCurrent/MaximumWindowMetricsCharles Chen2020-01-221-0/+79
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Don't allow showing IME on untrusted virtual displayslumark2019-04-301-0/+9
* Read system decor support status from WMAndrii Kulian2019-02-271-0/+9
* Implement new API of external display settings (1/2)Chilun2018-11-101-0/+26
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+2
* Add getCurrentImeTouchRegion to the WindowManager APIAlbert Chaulk2017-06-291-0/+10
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-3/+2
* ContextImpl: Keep DisplayAdjustments and Display in syncAdam Lesinski2016-06-211-10/+10
* Keyboard Shortcuts: plumb deviceId throughClara Bayarri2016-03-241-2/+3
* Request Keyboard Shortcuts for SysUI Dialog via WindowClara Bayarri2016-01-131-0/+25
* Move default token handling into WindowManagerImplAlan Viverette2014-11-191-2/+34
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-12/+8
* Add initial multi-display support.Jeff Brown2012-08-291-1/+2
* Refactor for multi-display support.Jeff Brown2012-08-191-522/+35