Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java253 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument
254 this(safeInsets.toRect(), boundLeft, boundTop, boundRight, boundBottom, true); in DisplayCutout()
284 private DisplayCutout(Rect safeInsets, Rect boundLeft, Rect boundTop, Rect boundRight, in DisplayCutout() argument
287 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout()