Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java252 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout()
284 Rect boundBottom, boolean copyArguments) { in DisplayCutout()
680 Rect boundBottom = null; in pathAndDisplayCutoutFromSpec() local
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java109 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local