public final class VgMySurfaceView
extends VgSurfaceView
Modifier and Type | Class and Description |
---|---|
static interface |
VgMySurfaceView.VgMySurfaceViewListener |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<VgMySurfaceView.VgMySurfaceViewListener> |
mSurfaceViewListeners |
Constructor and Description |
---|
VgMySurfaceView(Context pContext) |
VgMySurfaceView(Context pContext,
AttributeSet pAttributeSet) |
Modifier and Type | Method and Description |
---|---|
void |
addSurfaceViewListener(VgMySurfaceView.VgMySurfaceViewListener pSurfaceViewListener) |
void |
clearSurfaceViewListeners() |
void |
onSurfaceChanged(GL10 gl,
int pWidth,
int pHeight) |
void |
onSurfaceCreated(GL10 pGL,
EGLConfig pGLConfig) |
void |
surfaceDestroyed(SurfaceHolder pHolder)
This method should be called by the system to notify the view that the
surface was destroyed and that it should release/unregister all
VisioDevKit objects, and null out as much references on other objects as
possible.
|
protected java.util.LinkedList<VgMySurfaceView.VgMySurfaceViewListener> mSurfaceViewListeners
public VgMySurfaceView(Context pContext, AttributeSet pAttributeSet)
public VgMySurfaceView(Context pContext)
public void onSurfaceCreated(GL10 pGL, EGLConfig pGLConfig)
public void onSurfaceChanged(GL10 gl, int pWidth, int pHeight)
public void addSurfaceViewListener(VgMySurfaceView.VgMySurfaceViewListener pSurfaceViewListener)
public void clearSurfaceViewListeners()
public void surfaceDestroyed(SurfaceHolder pHolder)