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.java357 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 ScreenDecorations
696 return shouldDrawCutout(mContext); in shouldDrawCutout()
699 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations
1038 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()