Uses of Class
android.graphics.SurfaceTexture

Packages that use SurfaceTexture
android.graphics   
android.hardware   
android.renderscript   
android.view   
 

Uses of SurfaceTexture in android.graphics
 

Methods in android.graphics with parameters of type SurfaceTexture
 void SurfaceTexture.OnFrameAvailableListener.onFrameAvailable(SurfaceTexture surfaceTexture)
           
 

Uses of SurfaceTexture in android.hardware
 

Methods in android.hardware with parameters of type SurfaceTexture
 void Camera.setPreviewTexture(SurfaceTexture surfaceTexture)
           
 

Uses of SurfaceTexture in android.renderscript
 

Methods in android.renderscript with parameters of type SurfaceTexture
 void RSTextureView.onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
           
 boolean RSTextureView.onSurfaceTextureDestroyed(SurfaceTexture surface)
           
 void RSTextureView.onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height)
           
 void RSTextureView.onSurfaceTextureUpdated(SurfaceTexture surface)
           
 void RenderScriptGL.setSurfaceTexture(SurfaceTexture sur, int w, int h)
           
 

Uses of SurfaceTexture in android.view
 

Methods in android.view that return SurfaceTexture
 SurfaceTexture TextureView.getSurfaceTexture()
           
 

Methods in android.view with parameters of type SurfaceTexture
 void TextureView.SurfaceTextureListener.onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
           
 boolean TextureView.SurfaceTextureListener.onSurfaceTextureDestroyed(SurfaceTexture surface)
           
 void TextureView.SurfaceTextureListener.onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height)
           
 void TextureView.SurfaceTextureListener.onSurfaceTextureUpdated(SurfaceTexture surface)
           
 

Constructors in android.view with parameters of type SurfaceTexture
Surface(SurfaceTexture surfaceTexture)
           
 



Copyright © 2008-2012. All Rights Reserved.