android.view
Interface TextureView.SurfaceTextureListener

All Known Implementing Classes:
RSTextureView
Enclosing class:
TextureView

public static interface TextureView.SurfaceTextureListener


Method Summary
 void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
           
 boolean onSurfaceTextureDestroyed(SurfaceTexture surface)
           
 void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height)
           
 void onSurfaceTextureUpdated(SurfaceTexture surface)
           
 

Method Detail

onSurfaceTextureAvailable

void onSurfaceTextureAvailable(SurfaceTexture surface,
                               int width,
                               int height)

onSurfaceTextureSizeChanged

void onSurfaceTextureSizeChanged(SurfaceTexture surface,
                                 int width,
                                 int height)

onSurfaceTextureDestroyed

boolean onSurfaceTextureDestroyed(SurfaceTexture surface)

onSurfaceTextureUpdated

void onSurfaceTextureUpdated(SurfaceTexture surface)


Copyright © 2008-2012. All Rights Reserved.