FileDocCategorySizeDatePackage
Display.javaAPI DocAndroid 5.1 API2372Sat Mar 14 14:09:38 GMT 2015android.view

Display.java

package android.view;
public final class Display
{
Display() { throw new RuntimeException("Stub!"); }
public  int getDisplayId() { throw new RuntimeException("Stub!"); }
public  boolean isValid() { throw new RuntimeException("Stub!"); }
public  int getFlags() { throw new RuntimeException("Stub!"); }
public  java.lang.String getName() { throw new RuntimeException("Stub!"); }
public  void getSize(android.graphics.Point outSize) { throw new RuntimeException("Stub!"); }
public  void getRectSize(android.graphics.Rect outSize) { throw new RuntimeException("Stub!"); }
public  void getCurrentSizeRange(android.graphics.Point outSmallestSize, android.graphics.Point outLargestSize) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  int getWidth() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  int getHeight() { throw new RuntimeException("Stub!"); }
public  int getRotation() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  int getOrientation() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  int getPixelFormat() { throw new RuntimeException("Stub!"); }
public  float getRefreshRate() { throw new RuntimeException("Stub!"); }
public  float[] getSupportedRefreshRates() { throw new RuntimeException("Stub!"); }
public  long getAppVsyncOffsetNanos() { throw new RuntimeException("Stub!"); }
public  long getPresentationDeadlineNanos() { throw new RuntimeException("Stub!"); }
public  void getMetrics(android.util.DisplayMetrics outMetrics) { throw new RuntimeException("Stub!"); }
public  void getRealSize(android.graphics.Point outSize) { throw new RuntimeException("Stub!"); }
public  void getRealMetrics(android.util.DisplayMetrics outMetrics) { throw new RuntimeException("Stub!"); }
public  int getState() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final int DEFAULT_DISPLAY = 0;
public static final int FLAG_PRESENTATION = 8;
public static final int FLAG_PRIVATE = 4;
public static final int FLAG_SECURE = 2;
public static final int FLAG_SUPPORTS_PROTECTED_BUFFERS = 1;
public static final int STATE_DOZE = 3;
public static final int STATE_DOZE_SUSPEND = 4;
public static final int STATE_OFF = 1;
public static final int STATE_ON = 2;
public static final int STATE_UNKNOWN = 0;
}