Searched refs:getBottomBound (Results 1 – 4 of 4) 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()
73 final int bottom = getBottomBound(top); in getOutline()107 private int getBottomBound(int top) { in getBottomBound() method in AuthPanelController
177 public Rect getBottomBound() { in getBottomBound() method in CutoutSpecification
1259 final Rect boundBottom = cutoutSpec.getBottomBound();