Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt61 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
/frameworks/base/core/java/android/view/
DDisplayCutout.java758 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local
1514 public Builder setCutoutPath(@NonNull Path cutoutPath) { in setCutoutPath()