Searched refs:mEffectView (Results 1 – 2 of 2) sorted by relevance
41 private GLSurfaceView mEffectView; field in HelloEffects63 mEffectView = (GLSurfaceView) findViewById(R.id.effectsview); in onCreate()64 mEffectView.setEGLContextClientVersion(2); in onCreate()65 mEffectView.setRenderer(this); in onCreate()66 mEffectView.setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); in onCreate()293 mEffectView.requestRender(); in onOptionsItemSelected()
45 private GLSurfaceView mEffectView; field in MediaEffectsFragment69 mEffectView = (GLSurfaceView) view.findViewById(R.id.effectsview); in onViewCreated()70 mEffectView.setEGLContextClientVersion(2); in onViewCreated()71 mEffectView.setRenderer(this); in onViewCreated()72 mEffectView.setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); in onViewCreated()88 mEffectView.requestRender(); in onOptionsItemSelected()