The methods of Android.Hardware.Display.DisplayManager are listed below. For a list of all members, see the DisplayManager Members list.
See Also: Inherited members from Java.Lang.Object
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. |