Searched refs:mCameraRootView (Results 1 – 1 of 1) sorted by relevance
517 private final FrameLayout mCameraRootView; field in CameraAppUI617 if (mCameraRootView == null || mTextureView == null) {627 Bitmap overlays = Bitmap.createBitmap(mCameraRootView.getWidth(),628 mCameraRootView.getHeight(), Bitmap.Config.ARGB_8888);630 mCameraRootView.draw(canvas);636 Bitmap screenshot = Bitmap.createBitmap(mCameraRootView.getWidth(),637 mCameraRootView.getHeight(), Bitmap.Config.ARGB_8888);785 mCameraRootView = (FrameLayout) appRootView.findViewById(R.id.camera_app_root); in CameraAppUI()1101 mCameraRootView.setVisibility(View.INVISIBLE); in pausePreviewRendering()1108 mCameraRootView.setVisibility(View.VISIBLE); in resumePreviewRendering()[all …]