FileDocCategorySizeDatePackage
TextureView.javaAPI DocAndroid 5.1 API3751Sat Mar 14 14:09:36 GMT 2015android.view

TextureView

public class TextureView extends android.view.View

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

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

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public TextureView(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 TextureView(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
public voidbuildLayer()

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

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapgetBitmap()

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapgetBitmap(int width, int height)

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapgetBitmap(android.graphics.Bitmap bitmap)

 throw new RuntimeException("Stub!"); 
public intgetLayerType()

 throw new RuntimeException("Stub!"); 
public android.graphics.SurfaceTexturegetSurfaceTexture()

 throw new RuntimeException("Stub!"); 
public android.view.TextureView$SurfaceTextureListenergetSurfaceTextureListener()

 throw new RuntimeException("Stub!"); 
public android.graphics.MatrixgetTransform(android.graphics.Matrix transform)

 throw new RuntimeException("Stub!"); 
public booleanisAvailable()

 throw new RuntimeException("Stub!"); 
public booleanisOpaque()

 throw new RuntimeException("Stub!"); 
public android.graphics.CanvaslockCanvas()

 throw new RuntimeException("Stub!"); 
public android.graphics.CanvaslockCanvas(android.graphics.Rect dirty)

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

 throw new RuntimeException("Stub!"); 
protected final voidonDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
protected voidonSizeChanged(int w, int h, int oldw, int oldh)

 throw new RuntimeException("Stub!"); 
protected voidonVisibilityChanged(android.view.View changedView, int visibility)

 throw new RuntimeException("Stub!"); 
public voidsetLayerPaint(android.graphics.Paint paint)

 throw new RuntimeException("Stub!"); 
public voidsetLayerType(int layerType, android.graphics.Paint paint)

 throw new RuntimeException("Stub!"); 
public voidsetOpaque(boolean opaque)

 throw new RuntimeException("Stub!"); 
public voidsetSurfaceTexture(android.graphics.SurfaceTexture surfaceTexture)

 throw new RuntimeException("Stub!"); 
public voidsetSurfaceTextureListener(android.view.TextureView$SurfaceTextureListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetTransform(android.graphics.Matrix transform)

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

 throw new RuntimeException("Stub!");