Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DCutoutSpecificationTest.java152 assertThat(cutoutSpecification.getLeftBound()).isNull(); in parse_withoutBindMarker_shouldHaveNoLeftBound()
164 assertThat(cutoutSpecification.getLeftBound()).isEqualTo(new Rect(0, 960, 168, 1128)); in parse_withBindMarker_shouldHaveLeftBound()
195 assertThat(cutoutSpecification.getLeftBound()).isEqualTo(new Rect(0, 540, 168, 708)); in parse_withBindMarker_tabletLikeDevice_shouldHaveLeftBound()
353 assertThat(cutoutSpecification.getLeftBound()) in parse_bottomLeftSpec_withBindLeftMarker_shouldBeLeftBound()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java125 public Rect getLeftBound() { in getLeftBound() method in CutoutSpecification
DDisplayCutout.java733 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec()