Searched refs:safeInset (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 360 Insets safeInset = Insets.of(left, top, right, bottom); in createCutoutWithInsets() local 363 safeInset, null /* boundLeft */, boundTop, null /* boundRight */, in createCutoutWithInsets()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 706 Rect safeInset = new Rect(0, topInset, 0, bottomInset); in pathAndDisplayCutoutFromSpec() local 708 safeInset, null /* boundLeft */, boundTop, null /* boundRight */, boundBottom, in pathAndDisplayCutoutFromSpec()
|