summaryrefslogtreecommitdiff
path: root/core/java/android/view/Display.java
AgeCommit message (Expand)Author
2021-04-23Add listener for brightness-specific changes.Santos Cordon
2021-04-12Fix NPEs for virtual displaysMarin Shalamanov
2021-03-29Hdr format settings [Backend]Kriti Dang
2021-03-25Hdr format settings [Backend]Kriti Dang
2021-03-11Update device info on Display.getDeviceProductInfo()Marin Shalamanov
2021-03-11Display API: Do not expose internal locksMarin Shalamanov
2021-03-09Temporarily exclude Launcher from sandboxing; to be reverted onceNaomi Musgrave
2021-03-09Sandbox letterbox and size compat appsNaomi Musgrave
2021-03-09Deprecate Display#getRealSize / getRealMetrics, and direct usersNaomi Musgrave
2021-02-26Adding public API to expose DisplayInfo.deviceProductInfoKriti Dang
2021-02-23Revert "Adding public API to expose DisplayInfo.deviceProductInfo"Ulyana Trafimovich
2021-02-19Adding public API to expose DisplayInfo.deviceProductInfoKriti Dang
2021-02-05Merge "Revert "Sandbox letterbox and size compat apps"" into sc-devWinson Chung
2021-02-04Revert "Sandbox letterbox and size compat apps"Winson Chung
2021-02-03Merge "Provides apps the rounded corners info" into sc-devShawn Lin
2021-02-03Sandbox letterbox and size compat appsNaomi Musgrave
2021-02-02Provides apps the rounded corners infoshawnlin
2021-01-27Add DisplayGroup ID to DisplayInfoSean Stout
2021-01-22Support folding display in screenshot controller.Santos Cordon
2021-01-05Add config.xml fallback in DisplayDeviceConfigFiona Campbell
2020-12-01Update docs for getAlternativeRefreshRates()Marin Shalamanov
2020-11-23Merge "Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDE"Ady Abraham
2020-11-23Handle DISPLAY_EVENT_FRAME_RATE_OVERRIDEAdy Abraham
2020-11-20Introduce MeasuredEnergyStats to BatteryStatsImplMichael Wachenschwanz
2020-11-06Add Display.Mode.getAlternativeRefreshRates()Marin Shalamanov
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Merge "Revert "Add maxTargetSdk restriction to unused APIs.""Hongwei Wang
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-28Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood
2020-10-27Introduce DisplayGroupSean Stout
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-07-15Add DisplayArea support for WM#getMaximumWindowMetricsCharles Chen
2020-06-16Trust System UI owned display to receive keysCharles Chen
2020-05-11Send fixed rotation adjustments to the associated clientRiddle Hsu
2020-05-11Add fixed rotation display adjustmentsRiddle Hsu
2020-04-07Expose Display.getType() via TestApi.Santos Cordon
2020-03-24Report bounds instead of size in WindowMetricsAndrii Kulian
2020-03-17Send DEVICE_IDLE and DISPLAY_INACTIVE hint from frameworkWei Wang
2020-03-02Blacklist Display#getAddressDominik Laskowski
2020-02-12Plumb display connection type to DMSDominik Laskowski
2020-02-05Update HDR capabilities and color modes when display changes.Marin Shalamanov
2020-01-28Deprecate Display#getSize/RectSize/MetricsAndrii Kulian
2020-01-22Introduce WindowContext APIAndrii Kulian
2020-01-17Merge changes from topic "app_config_compat"Andrii Kulian
2020-01-15Update resource config for default displayAndrii Kulian
2020-01-02Make some apis @TestApi and @hide for usage in testsAhan Wu
2019-12-23Add minimal post processing API to frameworkGalia Peycheva
2019-12-20Merge "Enable WCG support for ImageWallpaper"Lucas Dupin
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev