Searched defs:boundBottom (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 423 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() 450 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() 477 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() 504 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() 548 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | CutoutSpecificationBenchmark.java | 83 Rect boundBottom = null; in oldMethodParsingSpec() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestDisplayContent.java | 155 Rect boundBottom = bottom != 0 in setCutout() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 120 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local
|