FileDocCategorySizeDatePackage
DisplayManager.javaAPI DocAndroid 5.1 API1887Sat Mar 14 14:09:42 GMT 2015android.hardware.display

DisplayManager

public final class DisplayManager extends Object

Fields Summary
public static final String
DISPLAY_CATEGORY_PRESENTATION
public static final int
VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR
public static final int
VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY
public static final int
VIRTUAL_DISPLAY_FLAG_PRESENTATION
public static final int
VIRTUAL_DISPLAY_FLAG_PUBLIC
public static final int
VIRTUAL_DISPLAY_FLAG_SECURE
Constructors Summary
DisplayManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.hardware.display.VirtualDisplaycreateVirtualDisplay(java.lang.String name, int width, int height, int densityDpi, android.view.Surface surface, int flags)

 throw new RuntimeException("Stub!"); 
public android.hardware.display.VirtualDisplaycreateVirtualDisplay(java.lang.String name, int width, int height, int densityDpi, android.view.Surface surface, int flags, android.hardware.display.VirtualDisplay.Callback callback, android.os.Handler handler)

 throw new RuntimeException("Stub!"); 
public android.view.DisplaygetDisplay(int displayId)

 throw new RuntimeException("Stub!"); 
public android.view.Display[]getDisplays()

 throw new RuntimeException("Stub!"); 
public android.view.Display[]getDisplays(java.lang.String category)

 throw new RuntimeException("Stub!"); 
public voidregisterDisplayListener(android.hardware.display.DisplayManager$DisplayListener listener, android.os.Handler handler)

 throw new RuntimeException("Stub!"); 
public voidunregisterDisplayListener(android.hardware.display.DisplayManager$DisplayListener listener)

 throw new RuntimeException("Stub!");