Searched refs:shouldShowCameraControl (Results 1 – 1 of 1) sorted by relevance
102 return mHasSizeCompat || shouldShowCameraControl(); in eligibleToShowLayout()152 if (!shouldShowCameraControl()) { in onCameraTreatmentButtonClicked()169 if (!shouldShowCameraControl()) { in onCameraDismissButtonClicked()224 mLayout.setCameraControlVisibility(shouldShowCameraControl()); in updateVisibilityOfViews()226 if (shouldShowCameraControl() && !mCompatUIHintsState.mHasShownCameraCompatHint) { in updateVisibilityOfViews()230 if (shouldShowCameraControl()) { in updateVisibilityOfViews()235 private boolean shouldShowCameraControl() { in shouldShowCameraControl() method in CompatUIWindowManager