Searched refs:shouldDrawCutout (Results 1 – 1 of 1) sorted by relevance
327 if (hasRoundedCorners() || shouldDrawCutout() || shouldHostHandles()) { in startOnScreenDecorationsThread()477 if (shouldDrawCutout() && mOverlay == null) { in onConfigurationChanged()629 boolean visibleForCutout = shouldDrawCutout() in updateWindowVisibility()643 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations644 return shouldDrawCutout(mContext); in shouldDrawCutout()647 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations919 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()