Example usage for Java android.view Surface fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ROTATION_0 Rotation constant: 0 degree rotation (natural orientation) |
int | ROTATION_90 Rotation constant: 90 degree rotation. |
int | ROTATION_180 Rotation constant: 180 degree rotation. |
int | ROTATION_270 Rotation constant: 270 degree rotation. |
Surface(SurfaceTexture surfaceTexture) Create Surface from a SurfaceTexture . | |
Surface(long nativeObject) |
boolean | isValid() Returns true if this object holds a valid surface. |
void | release() Release the local reference to the server-side surface. |