Lines Matching defs:mRootView

123     private View mRootView;
359 mPreviewSurfaceView = (PreviewSurfaceView) mRootView.findViewById(R.id.preview_surface_view);
381 mRenderOverlay = (RenderOverlay) mRootView.findViewById(R.id.render_overlay);
417 mRootView = root;
438 mActivity.getLayoutInflater().inflate(R.layout.video_module, (ViewGroup) mRootView);
2094 mBlocker = mRootView.findViewById(R.id.blocker);
2095 mMenu = mRootView.findViewById(R.id.menu);
2104 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
2105 mFlashIndicator = (ImageView) mRootView.findViewById(R.id.menu_flash_indicator);
2111 mReviewDoneButton = (Rotatable) mRootView.findViewById(R.id.btn_done);
2112 mReviewCancelButton = (Rotatable) mRootView.findViewById(R.id.btn_cancel);
2113 mReviewPlayButton = (RotateImageView) mRootView.findViewById(R.id.btn_play);
2148 mPreviewFrameLayout = (PreviewFrameLayout) mRootView.findViewById(R.id.frame);
2150 mReviewImage = (ImageView) mRootView.findViewById(R.id.review_image);
2167 mRecordingTimeView = (TextView) mRootView.findViewById(R.id.recording_time);
2168 mRecordingTimeRect = (RotateLayout) mRootView.findViewById(R.id.recording_time_rect);
2169 mTimeLapseLabel = mRootView.findViewById(R.id.time_lapse_label);
2172 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
2174 mBgLearningMessageRotater = (RotateLayout) mRootView.findViewById(R.id.bg_replace_message);
2175 mBgLearningMessageFrame = mRootView.findViewById(R.id.bg_replace_message_frame);
2184 ((ViewGroup) mRootView).removeAllViews();
2185 inflater.inflate(R.layout.video_module, (ViewGroup) mRootView);
2778 ((FrameLayout) mRootView).addView(mPopup, lp);
2792 ((FrameLayout) mRootView).removeView(mPopup);