Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DCutoutSpecificationTest.java182 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()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java177 public Rect getBottomBound() { in getBottomBound() method in CutoutSpecification
DDisplayCutout.java1123 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec()