Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java267 if (hasRoundedCorners() || shouldDrawCutout()) { in setupDecorations()
689 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations
690 return shouldDrawCutout(mContext); in shouldDrawCutout()
693 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations
927 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()