Searched refs:previewBefore (Results 1 – 1 of 1) sorted by relevance
657 View previewBefore = mCameraPreview; in inflateCameraPreview() local659 if (previewBefore != null) { in inflateCameraPreview()660 mPreviewContainer.removeView(previewBefore); in inflateCameraPreview()661 visibleBefore = previewBefore.getVisibility() == View.VISIBLE; in inflateCameraPreview()674 View previewBefore = mLeftPreview; in updateLeftPreview() local675 if (previewBefore != null) { in updateLeftPreview()676 mPreviewContainer.removeView(previewBefore); in updateLeftPreview()