Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java423 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout()
450 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
477 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
504 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
548 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java153 Rect boundRight = right != 0 ? new Rect(mInfo.logicalWidth - right, 0, in setCutout() local