Searched refs:boundRight (Results 1 – 1 of 1) sorted by relevance
| /core/core/src/main/java/androidx/core/view/ |
| D | DisplayCutoutCompat.java | 74 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutoutCompat() argument 76 this(constructDisplayCutout(safeInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutoutCompat() 100 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutoutCompat() argument 102 this(constructDisplayCutout(safeInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutoutCompat() 107 @Nullable Rect boundLeft, @Nullable Rect boundTop, @Nullable Rect boundRight, in constructDisplayCutout() argument 112 boundRight, boundBottom, waterfallInsets.toPlatformInsets(), cutoutPath); in constructDisplayCutout() 115 boundRight, boundBottom, waterfallInsets.toPlatformInsets()); in constructDisplayCutout() 118 boundRight, boundBottom); in constructDisplayCutout() 129 if (boundRight != null) { in constructDisplayCutout() 130 boundingRects.add(boundRight); in constructDisplayCutout() [all …]
|