Home | History | Annotate | Download | only in camera

Lines Matching refs:mRootView

131     private View mRootView;
464 mRootView = parent;
476 mActivity.getLayoutInflater().inflate(R.layout.photo_module, (ViewGroup) mRootView);
500 mCountDownView = (CountDownView) (mRootView.findViewById(R.id.count_down_to_capture));
797 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
1614 mBlocker = mRootView.findViewById(R.id.blocker);
1615 mMenu = mRootView.findViewById(R.id.menu);
1633 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
1634 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);
1635 mReviewRetakeButton = mRootView.findViewById(R.id.btn_retake);
1675 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
1693 mPreviewFrameLayout = (PreviewFrameLayout) mRootView.findViewById(R.id.frame);
1697 mFaceView = (FaceView) mRootView.findViewById(R.id.face_view);
1702 (PreviewSurfaceView) mRootView.findViewById(R.id.preview_surface_view);
1715 ViewGroup viewGroup = (ViewGroup) mRootView.findViewById(R.id.camera_app);
2454 ((FrameLayout) mRootView).addView(mPopup, lp);
2468 ((FrameLayout) mRootView).removeView(mPopup);