Searched refs:mGLRootView (Results 1 – 2 of 2) 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 …]
110 private GLRootView mGLRootView; field in PanoramaModule258 if (mGLRootView.getVisibility() != View.VISIBLE) { in init()260 mGLRootView.setVisibility(View.VISIBLE); in init()286 mGLRootView = (GLRootView) mActivity.getGLRoot(); in init()637 mGLRootView.requestRender(); in updateProgress()859 mGLRootView.setVisibility(View.VISIBLE); in reset()1081 mGLRootView.setVisibility(View.GONE); in onResumeAfterSuper()1088 mGLRootView.setVisibility(View.VISIBLE); in onResumeAfterSuper()1239 mGLRootView.setVisibility(View.VISIBLE); in onPostExecute()