index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
display
/
DisplayManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-12-09
DO NOT MERGE: Remove obsolete "headless" support
Mike Lockwood
2013-11-21
Stop wifi display discovery when no longer needed.
Jeff Brown
2013-11-15
Disallow applications from initiating cast screen.
Jeff Brown
2013-08-23
wifi-display: add certification options
Chong Zhang
2013-08-08
Use new ISurfaceComposer::destroyDisplay method
Jesse Hall
2013-08-07
Fix propagation of display overscan information.
Jeff Brown
2013-08-02
Add debug message to help diagnose a presentation bug.
Jeff Brown
2013-08-02
Support public virtual displays.
Jeff Brown
2013-06-18
Add an API to allow for creating private virtual displays.
Jeff Brown
2013-05-02
Start combining threads in system process.
Dianne Hackborn
2013-02-19
Implement display overscan support.
Dianne Hackborn
2012-12-18
Clean up warnings.
Craig Mautner
2012-12-04
Pin electron beam surface to natural orientation.
Jeff Brown
2012-10-17
Add special mirroring modes for demonstration purposes.
Jeff Brown
2012-10-16
Blank all displays including Wifi Display when screen is off.
Jeff Brown
2012-10-08
Blank or unblank all displays as need.
Jeff Brown
2012-10-01
Only inform DisplayManager of visible content.
Craig Mautner
2012-09-26
Allow applications to connect to known wifi displays.
Jeff Brown
2012-09-21
Support HDMI hotplug.
Jeff Brown
2012-09-20
Provide a debugging option to force enable wifi display.
Jeff Brown
2012-09-19
Add support for remembering Wifi display devices.
Jeff Brown
2012-09-09
Disable wifi display API when the adapter is not registered.
Jeff Brown
2012-09-08
Make display manager tell input system about viewports.
Jeff Brown
2012-09-08
Add new wifi display discovery API.
Jeff Brown
2012-09-07
Make mirroring automatic based on Windows on display.
Craig Mautner
2012-09-07
Add support for Wifi display.
Jeff Brown
2012-08-31
More improvements to the display manager.
Jeff Brown
2012-08-29
Add initial multi-display support.
Jeff Brown
2012-08-27
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-19
Improve display manager debugging.
Jeff Brown
2012-08-19
Stub out display manager service implementation.
Jeff Brown
2012-08-02
Add features to DisplayManager.
Craig Mautner
2012-08-02
Refactor DisplayManagerService to be functional.
Craig Mautner
2012-08-01
Start moving away from DisplayMetrics.DENSITY_DEVICE.
Dianne Hackborn
2012-07-25
Add display manager skeleton.
Jeff Brown