Searched defs:mGLRootView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java56 private GLRootView mGLRootView; field in class:AbstractGalleryActivity
86 mGLRootView.lockRenderThread();
91 mGLRootView.unlockRenderThread();
133 return mGLRootView;
143 mGLRootView = (GLRootView) findViewById(R.id.gl_root_view);
206 mGLRootView.lockRenderThread();
211 mGLRootView.unlockRenderThread();
213 mGLRootView.onResume();
221 mGLRootView.onPause();
222 mGLRootView
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java110 private GLRootView mGLRootView; field in class:PanoramaModule
258 if (mGLRootView.getVisibility() != View.VISIBLE) {
260 mGLRootView.setVisibility(View.VISIBLE);
286 mGLRootView = (GLRootView) mActivity.getGLRoot();
637 mGLRootView.requestRender();
851 // We should set mGLRootView visible too. However, since there might be no
852 // frame available yet, setting mGLRootView visible should be done right after
859 mGLRootView.setVisibility(View.VISIBLE);
1081 mGLRootView.setVisibility(View.GONE);
1088 mGLRootView
[all...]

Completed in 76 milliseconds