Home
last modified time | relevance | path

Searched refs:mGLRootView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java56 private GLRootView mGLRootView; field in AbstractGalleryActivity
86 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 …]
/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java110 private GLRootView mGLRootView; field in PanoramaModule
258 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()