Home | History | Annotate | Download | only in camera

Lines Matching refs:mRootView

49     private final View mRootView;
101 mRootView = parent;
102 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
106 mPreviewOverlay = (PreviewOverlay) mRootView.findViewById(R.id.preview_overlay);
110 mFocusUI = (FocusOverlay) mRootView.findViewById(R.id.focus_overlay);
111 mVideoHints = (VideoRecordingHints) mRootView.findViewById(R.id.video_shooting_hints);
160 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
161 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
162 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
165 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
269 return new Point(mRootView.getMeasuredWidth(), mRootView.getMeasuredHeight());