Home
last modified time | relevance | path

Searched refs:getRightBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DCutoutSpecificationTest.java158 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()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java171 public Rect getRightBound() { in getRightBound() method in CutoutSpecification
DDisplayCutout.java1122 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec()