Searched refs:getRightBound (Results 1 – 3 of 3) sorted by relevance
158 assertThat(cutoutSpecification.getRightBound()).isNull(); in parse_withoutBindMarker_shouldHaveNoRightBound()176 assertThat(cutoutSpecification.getRightBound()).isEqualTo(new Rect(912, 960, 1080, 1128)); in parse_withBindMarker_shouldHaveRightBound()209 assertThat(cutoutSpecification.getRightBound()).isEqualTo(new Rect(1752, 540, 1920, 708)); in parse_withBindMarker_tabletLikeDevice_shouldHaveRightBound()370 assertThat(cutoutSpecification.getRightBound()) in parse_bottomRightSpec_withBindRightMarker_shouldBeRightBound()
171 public Rect getRightBound() { in getRightBound() method in CutoutSpecification
1122 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec()