Home
last modified time | relevance | path

Searched refs:getBottomBound (Results 1 – 4 of 4) 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/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java73 final int bottom = getBottomBound(top); in getOutline()
107 private int getBottomBound(int top) { in getBottomBound() method in AuthPanelController
/frameworks/base/core/java/android/view/
DCutoutSpecification.java177 public Rect getBottomBound() { in getBottomBound() method in CutoutSpecification
DDisplayCutout.java1259 final Rect boundBottom = cutoutSpec.getBottomBound();