Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/view/
DDisplayCutoutCompat.java74 @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
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()
126 if (boundTop != null) { in constructDisplayCutout()
127 boundingRects.add(boundTop); in constructDisplayCutout()
[all …]