Searched refs:mGLRootView (Results 1 – 1 of 1) sorted by relevance
56 private GLRootView mGLRootView; field in AbstractGalleryActivity86 mGLRootView.lockRenderThread(); in onSaveInstanceState()91 mGLRootView.unlockRenderThread(); in onSaveInstanceState()133 return mGLRootView; in getGLRoot()143 mGLRootView = (GLRootView) findViewById(R.id.gl_root_view); in setContentView()206 mGLRootView.lockRenderThread(); in onResume()211 mGLRootView.unlockRenderThread(); in onResume()213 mGLRootView.onResume(); in onResume()221 mGLRootView.onPause(); in onPause()222 mGLRootView.lockRenderThread(); in onPause()[all …]