Home
last modified time | relevance | path

Searched defs:boundBottom (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DCutoutSpecificationBenchmark.java83 Rect boundBottom = null; in oldMethodParsingSpec() local
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java367 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout()
391 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout()
435 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout()
1059 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java114 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local