Home
last modified time | relevance | path

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

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