Searched refs:mCameraRootView (Results 1 – 1 of 1) sorted by relevance
518 private final FrameLayout mCameraRootView; field in CameraAppUI618 if (mCameraRootView == null || mTextureView == null) {628 Bitmap overlays = Bitmap.createBitmap(mCameraRootView.getWidth(),629 mCameraRootView.getHeight(), Bitmap.Config.ARGB_8888);631 mCameraRootView.draw(canvas);637 Bitmap screenshot = Bitmap.createBitmap(mCameraRootView.getWidth(),638 mCameraRootView.getHeight(), Bitmap.Config.ARGB_8888);786 mCameraRootView = (FrameLayout) appRootView.findViewById(R.id.camera_app_root); in CameraAppUI()1102 mCameraRootView.setVisibility(View.INVISIBLE); in pausePreviewRendering()1109 mCameraRootView.setVisibility(View.VISIBLE); in resumePreviewRendering()[all …]