Searched defs:boundTop (Results 1 – 3 of 3) 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 | 365 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() 389 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() 432 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, in DisplayCutout() 951 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 113 Rect boundTop = new Rect(0, 0, 120, 10); in testExtractBoundsFromList_top_and_bottom() local 506 Rect boundTop = new Rect(50, 0, 75, 100); in createCutoutWithInsets() local
|