Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt51 private var shouldDrawCutout: Boolean = DisplayCutout.getFillBuiltInDisplayCutout(
116 shouldDrawCutout = DisplayCutout.getFillBuiltInDisplayCutout(
137 if (!shouldDrawCutout) {
150 return displayInfo.displayCutout != null && visibility == VISIBLE && shouldDrawCutout
335 ipw.println("shouldDrawCutout=$shouldDrawCutout")
H A DScreenDecorations.java632 if (hasRoundedCorners() || shouldDrawCutout() || isPrivacyDotEnabled() in setupDecorationsInner()
1210 || (!hasRoundedCorners() && !shouldDrawCutout()) in shouldOptimizeVisibility()
1214 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations
1218 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations
1358 if (shouldDrawCutout(getContext()) && hasCutout()) { in updateCutout()