Home
last modified time | relevance | path

Searched refs:pathBounds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DDisplayCutoutBaseViewTest.kt134 val pathBounds = RectF(bounds) regex
135 path.addRect(pathBounds, Path.Direction.CCW)
143 assertThat(cutoutBaseView.protectionPath.isRect(pathBounds)).isTrue()
144 assertThat(cutoutBaseView.protectionRect).isEqualTo(pathBounds)
153 val pathBounds = RectF(bounds) regex
154 path.addRect(pathBounds, Path.Direction.CCW)
162 assertThat(cutoutBaseView.protectionPath.isRect(pathBounds)).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt246 open fun setProtection(path: Path, pathBounds: Rect) {
251 protectionRectOrig.set(pathBounds)