Example usage for Java android.hardware.display DisplayManager fields, constructors, methods, implement or subclass
The text is from its open source code.
String | DISPLAY_CATEGORY_PRESENTATION Display category: Presentation displays. |
int | VIRTUAL_DISPLAY_FLAG_PUBLIC Virtual display flag: Create a public display. |
int | VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY Virtual display flag: Only show this display's own content; do not mirror the content of another display. |
int | VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR Virtual display flag: Allows content to be mirrored on private displays when no content is being shown. |
Display | getDisplay(int displayId) Gets information about a logical display. |
Display[] | getDisplays() Gets all currently valid logical displays. |
void | registerDisplayListener(DisplayListener listener, Handler handler) Registers an display listener to receive notifications about when displays are added, removed or changed. |
void | unregisterDisplayListener(DisplayListener listener) Unregisters a display listener. |