Home
last modified time | relevance | path

Searched defs:shouldDrawCutout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt51 private var shouldDrawCutout: Boolean = DisplayCutout.getFillBuiltInDisplayCutout( in <lambda>() variable in com.android.systemui.DisplayCutoutBaseView
DScreenDecorations.java1214 private boolean shouldDrawCutout() { in shouldDrawCutout() method in ScreenDecorations
1218 static boolean shouldDrawCutout(Context context) { in shouldDrawCutout() method in ScreenDecorations