summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Display.java
Commit message (Expand)AuthorAgeFilesLines
* Use DisplayAdjustments when creating display in ResourceManagerWale Ogunwale2015-06-061-0/+5
* Add Configuration data for round displaysAdam Powell2015-05-181-0/+11
* DO NOT MERGE - Display mode switches.P.Y. Laligand2015-05-111-3/+179
* Add support for disabling display scaling for development.Jeff Brown2015-04-151-0/+9
* Adjust activity display metrics based on stack configuration.Wale Ogunwale2015-02-131-1/+1
* Add supported refresh rate to displaysMichael Wright2014-08-061-0/+13
* Allow dreams to control screen state and brightness.Jeff Brown2014-07-221-0/+9
* Add new Display.STATE_DOZE_SUSPEND power state.Jeff Brown2014-07-181-6/+22
* Make two Display methods publicAndy McFadden2014-06-181-2/+0
* Add two new display info fieldsAndy McFadden2014-06-171-0/+36
* resolved conflicts for merge of 337e764d to masterJeff Brown2014-04-111-1/+61
|\
| * Plumb display power state through display manager.Jeff Brown2014-04-101-1/+61
* | am c2b652fd: am 5182ea4b: am d40a4d74: Merge "Add media router service and in...Jeff Brown2013-11-071-0/+9
|\ \ | |/
| * Add media router service and integrate with remote displays.Jeff Brown2013-11-071-0/+9
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-0/+2
|/
* Support public virtual displays.Jeff Brown2013-08-021-3/+12
* Do not reuse DisplayAdjustment in Display.Craig Mautner2013-06-281-1/+1
* Add activity token to display system.Craig Mautner2013-06-221-12/+15
* Add an API to allow for creating private virtual displays.Jeff Brown2013-06-181-0/+69
* Implement display overscan support.Dianne Hackborn2013-02-191-0/+14
* Add MediaRouter API to get presentation display.Jeff Brown2012-10-251-8/+95
* Secure windows, secure surface views and secure displays.Jeff Brown2012-10-231-6/+50
* Add new Display API for secure video capabilities.Jeff Brown2012-10-021-29/+14
* Fixup a comment.Jeff Brown2012-09-141-1/+1
* Add preliminary API for reporting display capabilities.Jeff Brown2012-09-131-0/+48
* More improvements to the display manager.Jeff Brown2012-08-311-4/+14
* Add initial multi-display support.Jeff Brown2012-08-291-8/+55
* Improve display manager debugging.Jeff Brown2012-08-191-0/+11
* Refactor for multi-display support.Jeff Brown2012-08-191-8/+29
* Make display info accessible from hidden api.Jeff Brown2012-08-081-0/+13
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-1/+0
* Merge "Remove unnecessary code." into jb-mr1-devJeff Brown2012-08-021-5/+0
|\
| * Remove unnecessary code.Jeff Brown2012-08-021-5/+0
* | Refactor DisplayManagerService to be functional.Craig Mautner2012-08-021-0/+6
* | Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-1/+0
|/
* Add display manager skeleton.Jeff Brown2012-07-251-246/+152
* Stop using raw display size except in window manager.Jeff Brown2012-07-251-9/+2
* Refactor local window manager implementation.Jeff Brown2012-07-201-8/+0
* Separate the internal and external display rotations.Jeff Brown2012-05-021-0/+9
* Add new API to find smallest/largest screen size.Dianne Hackborn2012-04-191-0/+43
* Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be.Dianne Hackborn2011-10-121-0/+5
* Turn off logging.Dianne Hackborn2011-10-051-1/+1
* Fix issue #5348948: Third Party app "Byki Turkish" shows...Dianne Hackborn2011-10-041-1/+1
* Fix issue #5155678: Portrait > Landscape full-screen transition...Dianne Hackborn2011-09-141-6/+22
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-3/+3
* Report the external display size to the input reader.Jeff Brown2011-07-251-51/+112
* Fix issue #4869092: ResolverActivity occasionally fails to displayDianne Hackborn2011-07-191-0/+1
* Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn2011-06-231-8/+9
* Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn2011-06-081-11/+27
* Rework how we decide whether to use system or status bar.Dianne Hackborn2011-05-261-16/+28