Home
last modified time | relevance | path

Searched refs:shouldShowCameraControl (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIWindowManager.java102 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