Searched refs:boundRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 403 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument 404 this(safeInsets.toRect(), Insets.NONE, boundLeft, boundTop, boundRight, boundBottom, null, in DisplayCutout() 429 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 431 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 454 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 456 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 498 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout() argument 502 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout() 1122 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec() local 1139 safeInset, waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in pathAndDisplayCutoutFromSpec()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestDisplayContent.java | 157 Rect boundRight = right != 0 ? new Rect(mInfo.logicalWidth - right, 0, in setCutout() local 165 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
|