summaryrefslogtreecommitdiff
path: root/core/java/android/view/Display.java
Commit message (Expand)AuthorAgeFilesLines
* Add listener for brightness-specific changes.Santos Cordon2021-04-231-0/+11
* Fix NPEs for virtual displaysMarin Shalamanov2021-04-121-1/+14
* Hdr format settings [Backend]Kriti Dang2021-03-291-0/+16
* Hdr format settings [Backend]Kriti Dang2021-03-251-2/+35
* Update device info on Display.getDeviceProductInfo()Marin Shalamanov2021-03-111-1/+4
* Display API: Do not expose internal locksMarin Shalamanov2021-03-111-34/+35
* Temporarily exclude Launcher from sandboxing; to be reverted onceNaomi Musgrave2021-03-091-1/+41
* Sandbox letterbox and size compat appsNaomi Musgrave2021-03-091-3/+45
* Deprecate Display#getRealSize / getRealMetrics, and direct usersNaomi Musgrave2021-03-091-24/+84
* Adding public API to expose DisplayInfo.deviceProductInfoKriti Dang2021-02-261-0/+13
* Revert "Adding public API to expose DisplayInfo.deviceProductInfo"Ulyana Trafimovich2021-02-231-13/+0
* Adding public API to expose DisplayInfo.deviceProductInfoKriti Dang2021-02-191-0/+13
* Merge "Revert "Sandbox letterbox and size compat apps"" into sc-devWinson Chung2021-02-051-54/+26
|\
| * Revert "Sandbox letterbox and size compat apps"Winson Chung2021-02-041-54/+26
* | Merge "Provides apps the rounded corners info" into sc-devShawn Lin2021-02-031-0/+26
|\ \ | |/ |/|
| * Provides apps the rounded corners infoshawnlin2021-02-021-0/+26
* | Sandbox letterbox and size compat appsNaomi Musgrave2021-02-031-26/+54
|/
* Add DisplayGroup ID to DisplayInfoSean Stout2021-01-271-0/+13
* Support folding display in screenshot controller.Santos Cordon2021-01-221-6/+8
* Add config.xml fallback in DisplayDeviceConfigFiona Campbell2021-01-051-0/+13
* Update docs for getAlternativeRefreshRates()Marin Shalamanov2020-12-011-0/+3
* Merge "Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDE"Ady Abraham2020-11-231-1/+14
|\
| * Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDEAdy Abraham2020-11-231-1/+14
* | Introduce MeasuredEnergyStats to BatteryStatsImplMichael Wachenschwanz2020-11-201-0/+17
|/
* Add Display.Mode.getAlternativeRefreshRates()Marin Shalamanov2020-11-061-2/+42
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
* Merge "Revert "Add maxTargetSdk restriction to unused APIs.""Hongwei Wang2020-10-281-3/+3
|\
| * Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
* | Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood2020-10-281-3/+3
|\|
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* | Introduce DisplayGroupSean Stout2020-10-271-0/+9
|/
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+2
* Add DisplayArea support for WM#getMaximumWindowMetricsCharles Chen2020-07-151-1/+12
* Trust System UI owned display to receive keysCharles Chen2020-06-161-0/+24
* Send fixed rotation adjustments to the associated clientRiddle Hsu2020-05-111-4/+2
* Add fixed rotation display adjustmentsRiddle Hsu2020-05-111-4/+30
* Expose Display.getType() via TestApi.Santos Cordon2020-04-071-0/+7
* Report bounds instead of size in WindowMetricsAndrii Kulian2020-03-241-7/+7
* Send DEVICE_IDLE and DISPLAY_INACTIVE hint from frameworkWei Wang2020-03-171-0/+9
* Blacklist Display#getAddressDominik Laskowski2020-03-021-1/+0
* Plumb display connection type to DMSDominik Laskowski2020-02-121-14/+13
* Update HDR capabilities and color modes when display changes.Marin Shalamanov2020-02-051-0/+1
* Deprecate Display#getSize/RectSize/MetricsAndrii Kulian2020-01-281-6/+14
* Introduce WindowContext APIAndrii Kulian2020-01-221-3/+7
* Merge changes from topic "app_config_compat"Andrii Kulian2020-01-171-1/+1
|\
| * Update resource config for default displayAndrii Kulian2020-01-151-1/+1
* | Make some apis @TestApi and @hide for usage in testsAhan Wu2020-01-021-0/+4
|/
* Add minimal post processing API to frameworkGalia Peycheva2019-12-231-0/+26
* Merge "Enable WCG support for ImageWallpaper"Lucas Dupin2019-12-201-0/+50
|\
| * Enable WCG support for ImageWallpaperAhan Wu2019-12-171-0/+50