Searched refs:getTopBound (Results 1 – 4 of 4) sorted by relevance
170 assertThat(cutoutSpecification.getTopBound()).isEqualTo(new Rect(0, 0, 168, 168)); in parse_withBindMarker_shouldHaveTopBound()202 assertThat(cutoutSpecification.getTopBound()).isEqualTo(new Rect(0, 0, 168, 168)); in parse_withBindMarker_tabletLikeDevice_shouldHaveTopBound()238 assertThat(cutoutSpecification.getTopBound().height()).isEqualTo(168); in parse_tallCutout_topBoundShouldMatchExpectedHeight()253 assertThat(cutoutSpecification.getTopBound().width()).isEqualTo(504); in parse_wideCutout_topBoundShouldMatchExpectedWidth()268 assertThat(cutoutSpecification.getTopBound().width()).isEqualTo(168); in parse_narrowCutout_topBoundShouldHaveExpectedWidth()293 assertThat(cutoutSpecification.getTopBound().height()).isEqualTo(112); in parse_doubleCutout_topBoundShouldHaveExpectedHeight()305 assertThat(cutoutSpecification.getTopBound().height()).isEqualTo(168); in parse_cornerCutout_topBoundShouldHaveExpectedHeight()
71 final int top = getTopBound(mPosition); in getOutline()91 private int getTopBound(@Position int position) { in getTopBound() method in AuthPanelController100 return getTopBound(POSITION_BOTTOM); in getTopBound()
165 public Rect getTopBound() { in getTopBound() method in CutoutSpecification
1121 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec()