Home
last modified time | relevance | path

Searched refs:getRightBound (Results 1 – 4 of 4) 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/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java68 final int right = getRightBound(mPosition, left); in getOutline()
95 private int getRightBound(@Position int position, int left) { in getRightBound() method in AuthPanelController
/frameworks/base/core/java/android/view/
DCutoutSpecification.java171 public Rect getRightBound() { in getRightBound() method in CutoutSpecification
DDisplayCutout.java1258 final Rect boundRight = cutoutSpec.getRightBound();