FileDocCategorySizeDatePackage
GL2CameraEye.javaAPI DocAndroid 5.1 API18186Thu Mar 12 22:22:48 GMT 2015com.android.gl2cameraeye

GL2CameraEye

public class GL2CameraEye extends android.app.Activity

Fields Summary
private android.opengl.GLSurfaceView
mGLView
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle savedInstanceState)

        super.onCreate(savedInstanceState);
        mGLView = new CamGLSurfaceView(this);
        setContentView(mGLView);
        setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
    
protected voidonPause()

        super.onPause();
        mGLView.onPause();
    
protected voidonResume()

        super.onResume();
        mGLView.onResume();