Home
last modified time | relevance | path

Searched refs:getLeftBound (Results 1 – 4 of 4) 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/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java67 final int left = getLeftBound(mPosition); in getOutline()
77 private int getLeftBound(@Position int position) { in getLeftBound() method in AuthPanelController
91 return getLeftBound(POSITION_BOTTOM); in getLeftBound()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java159 public Rect getLeftBound() { in getLeftBound() method in CutoutSpecification
DDisplayCutout.java1256 final Rect boundLeft = cutoutSpec.getLeftBound();