Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java76 if (hasCutout()) { in update()
89 private boolean hasCutout() { in hasCutout() method in DisplayCutoutView
/frameworks/base/core/java/android/view/
DDisplayCutout.java302 private boolean hasCutout() { in hasCutout() method in DisplayCutout.CutoutPathParserInfo
675 if (!mCutoutPathParserInfo.hasCutout()) { in getCutoutPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1064 if (shouldDrawCutout(getContext()) && hasCutout()) { in update()
1140 private boolean hasCutout() { in hasCutout() method in ScreenDecorations.DisplayCutoutView