The members of Android.Hardware.Display.DisplayManager are listed below.
See Also: Inherited members from Java.Lang.Object
const | DisplayCategoryPresentation | string. Display category: Presentation displays. |
const | VirtualDisplayFlagAutoMirror | VirtualDisplayFlags (16). Virtual display flag: Allows content to be mirrored on private displays when no content is being shown. |
const | VirtualDisplayFlagOwnContentOnly | VirtualDisplayFlags (8). Virtual display flag: Only show this display's own content; do not mirror the content of another display. |
const | VirtualDisplayFlagPresentation | VirtualDisplayFlags (2). Virtual display flag: Create a presentation display. |
const | VirtualDisplayFlagPublic | VirtualDisplayFlags (1). Virtual display flag: Create a public display. |
const | VirtualDisplayFlagSecure | VirtualDisplayFlags (4). Virtual display flag: Create a secure display. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CreateVirtualDisplay(string, int, int, int, Android.Views.Surface, VirtualDisplayFlags)Creates a virtual display. | ||
CreateVirtualDisplay(string, int, int, int, Android.Views.Surface, VirtualDisplayFlags, VirtualDisplay.Callback, Android.OS.Handler)Creates a virtual display. | ||
GetDisplay(int)Gets information about a logical display. | ||
GetDisplays()Gets all currently valid logical displays. | ||
GetDisplays(string)Gets all currently valid logical displays of the specified category. | ||
RegisterDisplayListener(DisplayManager.IDisplayListener, Android.OS.Handler)Registers an display listener to receive notifications about when displays are added, removed or changed. | ||
UnregisterDisplayListener(DisplayManager.IDisplayListener)Unregisters a display listener. |