HomeSort by relevance Sort by last modified time
    Searched refs:mGLRootView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 133 private GLRootView mGLRootView;
403 && !mPausing && mGLRootView == null) {
405 } else if (mGLRootView != null) {
425 mGLRootView = new GLRootView(this);
426 frame.addView(mGLRootView);
427 mGLRootView.setContentPane(mHeadUpDisplay);
432 ((ViewGroup) mGLRootView.getParent()).removeView(mGLRootView);
433 mGLRootView = null;
    [all...]
Camera.java 164 private GLRootView mGLRootView;
    [all...]

Completed in 92 milliseconds