Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java366 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
390 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
434 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout()
1056 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec() local