Searched defs:boundBottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 247 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() 270 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() 304 Rect boundTop, Rect boundRight, Rect boundBottom, boolean copyArguments) { in DisplayCutout() 736 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec() local
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | CutoutSpecificationBenchmark.java | 98 Rect boundBottom = null; in oldMethodParsingSpec() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 111 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local
|