summaryrefslogtreecommitdiff
path: root/core/java/android/app/ResourcesManager.java
Commit message (Expand)AuthorAgeFilesLines
* Round screen size of configurationRiddle Hsu2022-05-121-2/+2
* Merge "Move fixed-rotation-related display information into config"Evan Rosky2022-01-271-48/+20
|\
| * Move fixed-rotation-related display information into configEvan Rosky2022-01-261-48/+20
| * Merge "Apply pending AppInfo on Activity override change" into sc-dev am: d2d...TreeHugger Robot2021-07-131-0/+6
| |\
| * \ Merge "Do not update RM config with previous sequence" into sc-dev am: 9b1891...TreeHugger Robot2021-07-021-65/+73
| |\ \
| * \ \ Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: b3659d3...Ryan Mitchell2021-07-011-5/+38
| |\ \ \
| * \ \ \ Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: 8d440c0...Paul Hobbs2021-06-291-38/+5
| |\ \ \ \
| * \ \ \ \ Merge changes Icf81845d,Iea54abf3,I98656314 into sc-dev am: 5a532f6eed am: f5...Ryan Mitchell2021-06-271-5/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Obtain DisplayMetrics from DisplaymanagerGlobal directly" into sc-dev ...Charles Chen2021-06-251-54/+7
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge "Prefer WeakReference.refersTo() to get()" am: 63e3c2c709 am: aca7bb4b9...Hans Boehm2022-01-271-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Prefer WeakReference.refersTo() to get()Hans Boehm2022-01-201-3/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge "Apply pending AppInfo on Activity override change" into sc-dev am: d2d...TreeHugger Robot2021-07-131-0/+6
|\| | | | | | |
| * | | | | | | Apply pending AppInfo on Activity override changeRyan Mitchell2021-07-121-0/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Do not update RM config with previous sequence" into sc-dev am: 9b1891...TreeHugger Robot2021-07-021-65/+73
|\| | | | | |
| * | | | | | Do not update RM config with previous sequenceRyan Mitchell2021-07-021-65/+73
| | |_|_|_|/ | |/| | | |
* | | | | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: b3659d36b0Ryan Mitchell2021-06-301-5/+38
|\| | | | |
| * | | | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-devRyan Mitchell2021-06-301-5/+38
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Revert^2 "Apply overlay changes with config change"Ryan Mitchell2021-06-301-5/+38
* | | | | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: 8d440c0566Paul Hobbs2021-06-291-38/+5
|\| | | | |
| * | | | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-devPaul Hobbs2021-06-291-38/+5
| |\| | | | | | |_|_|/ | |/| | |
| | * | | Revert "Apply overlay changes with config change"Paul Hobbs2021-06-291-38/+5
* | | | | Merge changes Icf81845d,Iea54abf3,I98656314 into sc-dev am: 5a532f6eedRyan Mitchell2021-06-271-5/+38
|\| | | |
| * | | | Merge changes Icf81845d,Iea54abf3,I98656314 into sc-devRyan Mitchell2021-06-271-5/+38
| |\| | | | | |_|/ | |/| |
| | * | Apply overlay changes with config changeRyan Mitchell2021-06-241-5/+38
* | | | Merge "Obtain DisplayMetrics from DisplaymanagerGlobal directly" into sc-dev ...Charles Chen2021-06-251-54/+7
|\| | | | |_|/ |/| |
| * | Obtain DisplayMetrics from DisplaymanagerGlobal directlyCharles Chen2021-06-241-54/+7
| |/
* / Handle WindowProviderService#onConfigurationChangedCharles Chen2021-06-181-1/+1
|/
* Disable incremental hardening on own resourcesRyan Mitchell2021-05-271-5/+46
* Use internal lock for ResourcesManagerPatrik Torstensson2021-05-051-112/+118
* Move WindowContext module to window packageCharles Chen2021-03-241-3/+2
* Add overlayPaths to ApplicationInfoRyan Mitchell2021-02-081-17/+58
* Fix WindowMetrics not get updated when moving a freeform activityCharles Chen2020-12-021-0/+2
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Make process level rotated config and display metrics consistentRiddle Hsu2020-09-211-2/+13
* Fix lock contention in ResourcesManagerCharles Chen2020-08-241-16/+20
* Merge "Don't override config of display contexts with activity display."Darryl Johnson2020-08-201-131/+303
|\
| * Don't override config of display contexts with activity display.Darryl L Johnson2020-08-201-131/+303
* | Remove ResourcesManager Slog.wtfRyan Mitchell2020-08-181-2/+2
|/
* Merge "Make resources APIs visible for synthetic bench"Ryan Mitchell2020-08-071-1/+2
|\
| * Make resources APIs visible for synthetic benchRyan Mitchell2020-08-041-1/+2
* | Reduce RM createResources lock contentionRyan Mitchell2020-08-071-122/+151
|/
* Remove unnecessarily @System/TestApi annotationsMakoto Onuki2020-06-231-2/+0
* Use a ReferenceQueue to prune weak referencesRyan Mitchell2020-06-041-28/+25
* Add support to override display adjustments by tokenRiddle Hsu2020-05-111-0/+30
* Don't override activity display adjustments with app configDarryl L Johnson2020-04-301-6/+18
* Revert "Try to reland Ib3ee007bc"Darryl Johnson2020-04-241-6/+9
* Try to reland Ib3ee007bcwilsonshih2020-04-171-9/+6
* Merge changes from topic "invalidate_idmap" into rvc-devRyan Mitchell2020-04-101-2/+2
|\
| * Invalidate idmap when target updatesRyan Mitchell2020-04-071-2/+2
* | Merge "Temporal fix of the Android Auto orientation chaniging on phone's orie...Darryl Johnson2020-04-101-1/+3
|\ \ | |/ |/|