Home
last modified time | relevance | path

Searched refs:hasCutout (Results 1 – 4 of 4) 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/packages/SystemUI/tests/src/com/android/systemui/
DDisplayCutoutBaseViewTest.kt166 private fun setupDisplayCutoutBaseView(fillCutout: Boolean, hasCutout: Boolean) { in setupDisplayCutoutBaseView()
182 info.displayCutout = if (hasCutout) cutout else null in setupDisplayCutoutBaseView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1406 if (shouldDrawCutout(getContext()) && hasCutout()) { in updateCutout()
1446 private boolean hasCutout() { in hasCutout() method in ScreenDecorations.DisplayCutoutView
/frameworks/base/core/java/android/view/
DDisplayCutout.java351 private boolean hasCutout() { in hasCutout() method in DisplayCutout.CutoutPathParserInfo
797 if (!mCutoutPathParserInfo.hasCutout()) { in getCutoutPath()