Home
last modified time | relevance | path

Searched defs:boundTop (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java82 Rect boundTop = null; in oldMethodParsingSpec() local
/frameworks/base/core/java/android/view/
DDisplayCutout.java403 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout()
429 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
454 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
497 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout()
1121 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec() local
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java117 Rect boundTop = new Rect(0, 0, 120, 10); in testExtractBoundsFromList_top_and_bottom() local
578 Rect boundTop = new Rect(50, 0, 75, 100); in createCutoutWithInsets() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java156 Rect boundTop = top != 0 ? new Rect(0, 0, cutoutFillerSize, top) : null; in setCutout() local