summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/display/DisplayManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Stop wifi display discovery when no longer needed.Jeff Brown2013-11-211-7/+75
* Disallow applications from initiating cast screen.Jeff Brown2013-11-151-27/+22
* wifi-display: add certification optionsChong Zhang2013-08-231-0/+42
* Use new ISurfaceComposer::destroyDisplay methodJesse Hall2013-08-081-12/+0
* Fix propagation of display overscan information.Jeff Brown2013-08-071-15/+4
* Add debug message to help diagnose a presentation bug.Jeff Brown2013-08-021-0/+5
* Support public virtual displays.Jeff Brown2013-08-021-5/+25
* Add an API to allow for creating private virtual displays.Jeff Brown2013-06-181-61/+204
* Start combining threads in system process.Dianne Hackborn2013-05-021-2/+3
* Implement display overscan support.Dianne Hackborn2013-02-191-0/+12
* Clean up warnings.Craig Mautner2012-12-181-7/+7
* Pin electron beam surface to natural orientation.Jeff Brown2012-12-041-0/+40
* Add special mirroring modes for demonstration purposes.Jeff Brown2012-10-171-0/+15
* Blank all displays including Wifi Display when screen is off.Jeff Brown2012-10-161-1/+7
* Blank or unblank all displays as need.Jeff Brown2012-10-081-5/+62
* Only inform DisplayManager of visible content.Craig Mautner2012-10-011-11/+15
* Allow applications to connect to known wifi displays.Jeff Brown2012-09-261-28/+15
* Support HDMI hotplug.Jeff Brown2012-09-211-0/+6
* Provide a debugging option to force enable wifi display.Jeff Brown2012-09-201-1/+7
* Add support for remembering Wifi display devices.Jeff Brown2012-09-191-5/+64
* Disable wifi display API when the adapter is not registered.Jeff Brown2012-09-091-4/+14
* Make display manager tell input system about viewports.Jeff Brown2012-09-081-3/+84
* Add new wifi display discovery API.Jeff Brown2012-09-081-2/+78
* Make mirroring automatic based on Windows on display.Craig Mautner2012-09-071-11/+32
* Add support for Wifi display.Jeff Brown2012-09-071-0/+2
* More improvements to the display manager.Jeff Brown2012-08-311-227/+327
* Add initial multi-display support.Jeff Brown2012-08-291-69/+465
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-2/+28
* Improve display manager debugging.Jeff Brown2012-08-191-1/+5
* Stub out display manager service implementation.Jeff Brown2012-08-191-201/+36
* Add features to DisplayManager.Craig Mautner2012-08-021-3/+42
* Refactor DisplayManagerService to be functional.Craig Mautner2012-08-021-57/+200
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-1/+1
* Add display manager skeleton.Jeff Brown2012-07-251-0/+155