Searched refs:shouldDrawCutout (Results 1 – 2 of 2) sorted by relevance
51 private var shouldDrawCutout: Boolean = DisplayCutout.getFillBuiltInDisplayCutout(116 shouldDrawCutout = DisplayCutout.getFillBuiltInDisplayCutout(137 if (!shouldDrawCutout) {150 return displayInfo.displayCutout != null && visibility == VISIBLE && shouldDrawCutout335 ipw.println("shouldDrawCutout=$shouldDrawCutout")
632 if (hasRoundedCorners() || shouldDrawCutout() || isPrivacyDotEnabled() in setupDecorationsInner()1210 || (!hasRoundedCorners() && !shouldDrawCutout()) in shouldOptimizeVisibility()1214 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations1218 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations1358 if (shouldDrawCutout(getContext()) && hasCutout()) { in updateCutout()