Searched refs:getLeftBound (Results 1 – 3 of 3) sorted by relevance
152 assertThat(cutoutSpecification.getLeftBound()).isNull(); in parse_withoutBindMarker_shouldHaveNoLeftBound()164 assertThat(cutoutSpecification.getLeftBound()).isEqualTo(new Rect(0, 960, 168, 1128)); in parse_withBindMarker_shouldHaveLeftBound()195 assertThat(cutoutSpecification.getLeftBound()).isEqualTo(new Rect(0, 540, 168, 708)); in parse_withBindMarker_tabletLikeDevice_shouldHaveLeftBound()353 assertThat(cutoutSpecification.getLeftBound()) in parse_bottomLeftSpec_withBindLeftMarker_shouldBeLeftBound()
125 public Rect getLeftBound() { in getLeftBound() method in CutoutSpecification
733 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec()