Searched refs:getRightBound (Results 1 – 4 of 4) 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()
68 final int right = getRightBound(mPosition, left); in getOutline()95 private int getRightBound(@Position int position, int left) { in getRightBound() method in AuthPanelController
171 public Rect getRightBound() { in getRightBound() method in CutoutSpecification
1258 final Rect boundRight = cutoutSpec.getRightBound();