Home
last modified time | relevance | path

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

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