Searched refs:boundingRects (Results 1 – 6 of 6) sorted by relevance
53 _insets?.displayCutout?.boundingRects?.let { in adjustLayout()
156 `when`(dc.boundingRects).thenReturn(listOf(dcBounds)) in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout()257 `when`(dc.boundingRects).thenReturn(listOf(dcBounds)) in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()437 `when`(dc.boundingRects).thenReturn(listOf(dcBounds)) in testMinLeftRight_accountsForDisplayCutout()
474 public DisplayCutout(@Nullable Rect safeInsets, @Nullable List<Rect> boundingRects) { in DisplayCutout() argument475 this(safeInsets, Insets.NONE, extractBoundsFromList(safeInsets, boundingRects), null, in DisplayCutout()553 public static Rect[] extractBoundsFromList(Rect safeInsets, List<Rect> boundingRects) { in extractBoundsFromList() argument558 if (safeInsets != null && boundingRects != null) { in extractBoundsFromList()563 for (Rect bound : boundingRects) { in extractBoundsFromList()
154 val cutoutBounds: Region = rectsToRegion(displayInfo.displayCutout?.boundingRects) in <lambda>()
417 val cutoutRects = displayCutout?.boundingRects in getStatusBarLeftRight()
12445 RectF[] boundingRects = new RectF[positionInfoLength]; in addExtraDataToAccessibilityNodeInfo() local12458 boundingRects[i] = bounds; in addExtraDataToAccessibilityNodeInfo()12462 info.getExtras().putParcelableArray(extraDataKey, boundingRects); in addExtraDataToAccessibilityNodeInfo()