Searched refs:getLeftBound (Results 1 – 4 of 4) 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()
67 final int left = getLeftBound(mPosition); in getOutline()77 private int getLeftBound(@Position int position) { in getLeftBound() method in AuthPanelController91 return getLeftBound(POSITION_BOTTOM); in getLeftBound()
159 public Rect getLeftBound() { in getLeftBound() method in CutoutSpecification
1256 final Rect boundLeft = cutoutSpec.getLeftBound();