summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* WMS retrieves uid for the package based on the linux userNaomi Musgrave2022-12-011-1/+1
* Address API review feedback.Peiyong Lin2022-02-141-6/+50
* Make setRecentsScreenshotEnabled publicchaviw2022-02-041-0/+11
* Raise SurfaceControlFpsListener to System API.Peiyong Lin2022-01-211-0/+20
* PossibleMaximumWindowMetrics reports physical display insets for each am: a77...Naomi Musgrave2021-10-141-19/+16
|\
| * PossibleMaximumWindowMetrics reports physical display insets for eachNaomi Musgrave2021-10-141-19/+16
* | Merge "[2/n] Display stack provides DisplayInfos" into sc-v2-dev am: c3c2b146...Mariia Sandrikova2021-09-201-2/+2
|\|
| * [2/n] Display stack provides DisplayInfosNaomi Musgrave2021-09-171-2/+2
* | Merge "[1/n] Introduce API for all available max WindowMetrics" into sc-v2-de...Naomi Musgrave2021-09-101-1/+2
|\|
| * [1/n] Introduce API for all available max WindowMetricsNaomi Musgrave2021-09-101-16/+70
* | [1/n] Introduce API for all available max WindowMetricsNaomi Musgrave2021-09-091-16/+68
* | Make window metrics contains all insets informationYunfan Chen2021-08-251-3/+3
|/
* Fix NPE in testWindowContextAddMismatchedWindowTypeCharles Chen2021-08-171-3/+2
* Allow WPS to create windows with multiple typeCharles Chen2021-08-111-0/+35
* 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