FileDocCategorySizeDatePackage
Surface.javaAPI DocAndroid 5.1 API1770Sat Mar 14 14:09:36 GMT 2015android.view

Surface.java

package android.view;
public class Surface
  implements android.os.Parcelable
{
@java.lang.SuppressWarnings(value={"serial"})
public static class OutOfResourcesException
  extends java.lang.RuntimeException
{
public  OutOfResourcesException() { throw new RuntimeException("Stub!"); }
public  OutOfResourcesException(java.lang.String name) { throw new RuntimeException("Stub!"); }
}
public  Surface(android.graphics.SurfaceTexture surfaceTexture) { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public  void release() { throw new RuntimeException("Stub!"); }
public  boolean isValid() { throw new RuntimeException("Stub!"); }
public  android.graphics.Canvas lockCanvas(android.graphics.Rect inOutDirty) throws android.view.Surface.OutOfResourcesException, java.lang.IllegalArgumentException { throw new RuntimeException("Stub!"); }
public  void unlockCanvasAndPost(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  void unlockCanvas(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void readFromParcel(android.os.Parcel source) { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.view.Surface> CREATOR;
public static final int ROTATION_0 = 0;
public static final int ROTATION_180 = 2;
public static final int ROTATION_270 = 3;
public static final int ROTATION_90 = 1;
static { CREATOR = null; }
}