Searched refs:shouldDrawCutout (Results 1 – 1 of 1) sorted by relevance
267 if (hasRoundedCorners() || shouldDrawCutout()) { in setupDecorations()689 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations690 return shouldDrawCutout(mContext); in shouldDrawCutout()693 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations927 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()