Searched refs:getBottomBound (Results 1 – 3 of 3) sorted by relevance
182 assertThat(cutoutSpecification.getBottomBound()).isEqualTo(new Rect(456, 1752, 624, 1920)); in parse_withBindMarker_shouldHaveBottomBound()216 assertThat(cutoutSpecification.getBottomBound()).isEqualTo(new Rect(876, 912, 1044, 1080)); in parse_withBindMarker_tabletLikeDevice_shouldHaveBottomBound()
177 public Rect getBottomBound() { in getBottomBound() method in CutoutSpecification
1123 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec()