Searched refs:shouldDrawCutout (Results 1 – 2 of 2) sorted by relevance
51 private var shouldDrawCutout: Boolean = DisplayCutout.getFillBuiltInDisplayCutout( in <lambda>() variable in com.android.systemui.DisplayCutoutBaseView116 shouldDrawCutout = DisplayCutout.getFillBuiltInDisplayCutout( in <lambda>()137 if (!shouldDrawCutout) { in <lambda>()150 return displayInfo.displayCutout != null && visibility == VISIBLE && shouldDrawCutout in <lambda>()335 ipw.println("shouldDrawCutout=$shouldDrawCutout") in <lambda>()
641 if (hasRoundedCorners() || shouldDrawCutout() || isPrivacyDotEnabled() in setupDecorationsInner()1235 || (!hasRoundedCorners() && !shouldDrawCutout()) in shouldOptimizeVisibility()1239 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations1243 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations1406 if (shouldDrawCutout(getContext()) && hasCutout()) { in updateCutout()