Searched refs:boundLeft (Results 1 – 1 of 1) sorted by relevance
| /core/core/src/main/java/androidx/core/view/ |
| D | DisplayCutoutCompat.java | 73 public DisplayCutoutCompat(@NonNull Insets safeInsets, @Nullable Rect boundLeft, in DisplayCutoutCompat() argument 76 this(constructDisplayCutout(safeInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutoutCompat() 99 public DisplayCutoutCompat(@NonNull Insets safeInsets, @Nullable Rect boundLeft, 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 111 return Api33Impl.createDisplayCutout(safeInsets.toPlatformInsets(), boundLeft, boundTop, in constructDisplayCutout() 114 return Api30Impl.createDisplayCutout(safeInsets.toPlatformInsets(), boundLeft, boundTop, in constructDisplayCutout() 117 return Api29Impl.createDisplayCutout(safeInsets.toPlatformInsets(), boundLeft, boundTop, in constructDisplayCutout() 123 if (boundLeft != null) { in constructDisplayCutout() 124 boundingRects.add(boundLeft); in constructDisplayCutout() [all …]
|