Searched refs:boundRight (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 404 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument 405 this(safeInsets.toRect(), Insets.NONE, boundLeft, boundTop, boundRight, boundBottom, null, in DisplayCutout() 430 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 432 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 455 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 457 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 499 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout() argument 503 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout() 1123 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec() local 1140 safeInset, waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in pathAndDisplayCutoutFromSpec()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestDisplayContent.java | 153 Rect boundRight = right != 0 ? new Rect(mInfo.logicalWidth - right, 0, in setCutout() local 161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |