Searched refs:getBoundingRectsAll (Results 1 – 6 of 6) sorted by relevance
315 assertThat(cutout.getBoundingRectsAll(), equalTo( in inset_bounds()417 assertThat(cutout.getBoundingRectsAll(), equalTo(new Rect[]{ in fromSpec_setsSafeInsets_top_and_bottom()
113 final Rect[] bounds = displayCutout.getBoundingRectsAll(); in onConfigurationChanged()
2102 cutout.getBoundingRectsAll(), in calculateDisplayCutoutForRotationUncached()
901 if (emptyBoundsOrWaterfall || !cutout.getBoundingRectsAll()[rotatedTop].isEmpty() in isDefaultShownOverlayPos()902 || !cutout.getBoundingRectsAll()[rotatedBottom].isEmpty()) { in isDefaultShownOverlayPos()919 final Rect[] bounds = cutout == null ? null : cutout.getBoundingRectsAll(); in shouldShowCutout()
597 for (Rect bound : getBoundingRectsAll()) { in getBoundingRects()618 public Rect[] getBoundingRectsAll() { in getBoundingRectsAll() method in DisplayCutout
407 Rect[] cutoutRects = cutout.getBoundingRectsAll(); in calculateDisplayCutoutForRotation()