Searched defs:boundTop (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | CutoutSpecificationBenchmark.java | 82 Rect boundTop = null; in oldMethodParsingSpec() local
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 403 @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/ |
D | DisplayCutoutTest.java | 117 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/ |
D | TestDisplayContent.java | 156 Rect boundTop = top != 0 ? new Rect(0, 0, cutoutFillerSize, top) : null; in setCutout() local
|