Searched refs:boundRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 423 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument 425 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout() 450 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 453 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), info, null); in DisplayCutout() 477 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 481 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), in DisplayCutout() 504 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 507 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout() 548 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, 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/ |
D | TestDisplayContent.java | 153 Rect boundRight = right != 0 ? new Rect(mInfo.logicalWidth - right, 0, in setCutout() local 161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
|