Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java422 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() argument
425 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout()
449 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() argument
453 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), info, null); in DisplayCutout()
476 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() argument
481 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), in DisplayCutout()
503 public DisplayCutout(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutout() argument
507 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout()
547 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout() argument
551 new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments), info, in DisplayCutout()
[all …]
/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
161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...