Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManager.java114 || shouldShowCameraControl(); in eligibleToShowLayout()
169 if (!shouldShowCameraControl()) { in onCameraTreatmentButtonClicked()
186 if (!shouldShowCameraControl()) { in onCameraDismissButtonClicked()
274 mLayout.setCameraControlVisibility(shouldShowCameraControl()); in updateVisibilityOfViews()
276 if (shouldShowCameraControl() && !mCompatUIHintsState.mHasShownCameraCompatHint) { in updateVisibilityOfViews()
280 if (shouldShowCameraControl()) { in updateVisibilityOfViews()
285 private boolean shouldShowCameraControl() { in shouldShowCameraControl() method in CompatUIWindowManager