summaryrefslogtreecommitdiff
path: root/core/java/android/view/DisplayInfo.java
Commit message (Expand)AuthorAgeFilesLines
...
* DisplayCutout: make cutout info available on Display objectAdrian Roos2018-05-311-0/+2
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-7/+6
* Added display name to DisplayInfo protoAndrii Kulian2018-02-081-0/+2
* Dispatch DisplayCutout from DisplayAdapterAdrian Roos2018-01-111-0/+11
* Introducing WindowConfigurationWale Ogunwale2017-08-181-4/+5
* Update WindowManager to output dumpsys in protobuf formatSteven Timotius2017-08-141-0/+22
* Add app bounds to configuration.Bryce Lee2017-03-311-6/+4
* Allow destroying display content on removalAndrii Kulian2017-02-091-1/+16
* Fix issues with launching activities on virtual displaysAndrii Kulian2017-01-261-1/+1
* Change configuration's color mode based on the display's color modeRomain Guy2017-01-251-0/+14
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-2/+2
* Actually compare supported color modes.Michael Wright2016-07-261-1/+1
* Rename color transform to color mode and persist the value.Michael Wright2016-07-181-48/+22
* Properly parcel HdrCapabilities.Michael Wright2016-04-271-2/+2
* Plumb HDR capabilities to DisplayMichael Wright2016-04-261-0/+9
* Add support for setting color transformsMichael Wright2015-09-181-0/+52
* Add Configuration data for round displaysAdam Powell2015-05-181-0/+3
* DO NOT MERGE - Display mode switches.P.Y. Laligand2015-05-111-21/+89
* Add support for disabling display scaling for development.Jeff Brown2015-04-151-0/+3
* Adjust activity display metrics based on stack configuration.Wale Ogunwale2015-02-131-10/+18
* Added unique id to display devices and their settings.Wale Ogunwale2014-11-261-1/+11
* Add supported refresh rate to displaysMichael Wright2014-08-061-1/+15
* Add two new display info fieldsAndy McFadden2014-06-171-0/+26
* resolved conflicts for merge of 337e764d to masterJeff Brown2014-04-111-1/+12
|\
| * Plumb display power state through display manager.Jeff Brown2014-04-101-1/+12
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-0/+1
|/
* Support public virtual displays.Jeff Brown2013-08-021-0/+3
* Add activity token to display system.Craig Mautner2013-06-221-11/+19
* Add an API to allow for creating private virtual displays.Jeff Brown2013-06-181-3/+44
* Implement display overscan support.Dianne Hackborn2013-02-191-12/+89
* Pin electron beam surface to natural orientation.Jeff Brown2012-12-041-0/+10
* Add MediaRouter API to get presentation display.Jeff Brown2012-10-251-1/+26
* Secure windows, secure surface views and secure displays.Jeff Brown2012-10-231-0/+3
* Fix parceling of display info flags.Jeff Brown2012-10-041-1/+1
* Add new Display API for secure video capabilities.Jeff Brown2012-10-021-5/+2
* Add preliminary API for reporting display capabilities.Jeff Brown2012-09-131-1/+20
* More improvements to the display manager.Jeff Brown2012-08-311-4/+52
* Add initial multi-display support.Jeff Brown2012-08-291-0/+4
* Improve display manager debugging.Jeff Brown2012-08-191-0/+13
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-9/+9
* Add display manager skeleton.Jeff Brown2012-07-251-0/+226