Home
last modified time | relevance | path

Searched refs:getTopBound (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DCutoutSpecificationTest.java170 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java71 final int top = getTopBound(mPosition); in getOutline()
91 private int getTopBound(@Position int position) { in getTopBound() method in AuthPanelController
100 return getTopBound(POSITION_BOTTOM); in getTopBound()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java165 public Rect getTopBound() { in getTopBound() method in CutoutSpecification
DDisplayCutout.java1121 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec()