Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt51 private var shouldDrawCutout: Boolean = DisplayCutout.getFillBuiltInDisplayCutout( in <lambda>() variable in com.android.systemui.DisplayCutoutBaseView
116 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>()
DScreenDecorations.java641 if (hasRoundedCorners() || shouldDrawCutout() || isPrivacyDotEnabled() in setupDecorationsInner()
1235 || (!hasRoundedCorners() && !shouldDrawCutout()) in shouldOptimizeVisibility()
1239 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations
1243 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations
1406 if (shouldDrawCutout(getContext()) && hasCutout()) { in updateCutout()