Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java403 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
429 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
454 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout()
498 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout()
1121 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java151 Rect boundLeft = left != 0 ? new Rect(0, 0, left, cutoutFillerSize) : null; in setCutout() local