Searched refs:shouldDrawCutout (Results 1 – 1 of 1) sorted by relevance
357 if (hasRoundedCorners() || shouldDrawCutout() || shouldHostHandles()) { in startOnScreenDecorationsThread()521 if (shouldDrawCutout() && mOverlay == null) { in onConfigurationChanged()680 boolean visibleForCutout = shouldDrawCutout() in updateWindowVisibility()695 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations696 return shouldDrawCutout(mContext); in shouldDrawCutout()699 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations1038 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()