Home | History | Annotate | Download | only in camera

Lines Matching refs:mRootView

125     private View mRootView;
361 mPreviewSurfaceView = (PreviewSurfaceView) mRootView.findViewById(R.id.preview_surface_view);
383 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
419 mRootView = root;
440 mRootView);
2106 mBlocker = mRootView.findViewById(R.id.blocker);
2107 mMenu = mRootView.findViewById(R.id.menu);
2116 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
2117 mFlashIndicator = (ImageView) mRootView.findViewById(R.id.menu_flash_indicator);
2123 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
2124 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);
2125 mReviewPlayButton = (RotateImageView) mRootView.findViewById(R.id.btn_play);
2160 mPreviewFrameLayout = (PreviewFrameLayout) mRootView.findViewById(R.id.frame);
2162 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
2179 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
2180 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
2181 mTimeLapseLabel = mRootView.findViewById(R.id.time_lapse_label);
2184 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
2186 mBgLearningMessageRotater = (RotateLayout) mRootView.findViewById(R.id.bg_replace_message);
2187 mBgLearningMessageFrame = mRootView.findViewById(R.id.bg_replace_message_frame);
2196 ((ViewGroup) mRootView).removeAllViews();
2197 inflater.inflate(R.layout.video_module, (ViewGroup) mRootView);
2790 ((FrameLayout) mRootView).addView(mPopup, lp);
2804 ((FrameLayout) mRootView).removeView(mPopup);