Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java46 private final Path cutoutPath = new Path(); field in DisplayCutoutView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt63 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
/frameworks/base/core/java/android/view/
DDisplayCutout.java811 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local
1700 public Builder setCutoutPath(@NonNull Path cutoutPath) { in setCutoutPath()