Searched refs:previewBefore (Results 1 – 1 of 1) sorted by relevance
671 View previewBefore = mCameraPreview; in inflateCameraPreview() local673 if (previewBefore != null) { in inflateCameraPreview()674 mPreviewContainer.removeView(previewBefore); in inflateCameraPreview()675 visibleBefore = previewBefore.getVisibility() == View.VISIBLE; in inflateCameraPreview()688 View previewBefore = mLeftPreview; in updateLeftPreview() local689 if (previewBefore != null) { in updateLeftPreview()690 mPreviewContainer.removeView(previewBefore); in updateLeftPreview()