FileDocCategorySizeDatePackage
SurfaceView.javaAPI DocAndroid 5.1 API2016Sat Mar 14 14:09:42 GMT 2015android.view

SurfaceView

public class SurfaceView extends android.view.View

Fields Summary
Constructors Summary
public SurfaceView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SurfaceView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SurfaceView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SurfaceView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
protected voiddispatchDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public booleangatherTransparentRegion(android.graphics.Region region)

 throw new RuntimeException("Stub!"); 
public android.view.SurfaceHoldergetHolder()

 throw new RuntimeException("Stub!"); 
protected voidonAttachedToWindow()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
protected voidonWindowVisibilityChanged(int visibility)

 throw new RuntimeException("Stub!"); 
public voidsetSecure(boolean isSecure)

 throw new RuntimeException("Stub!"); 
public voidsetVisibility(int visibility)

 throw new RuntimeException("Stub!"); 
public voidsetZOrderMediaOverlay(boolean isMediaOverlay)

 throw new RuntimeException("Stub!"); 
public voidsetZOrderOnTop(boolean onTop)

 throw new RuntimeException("Stub!");