Home
last modified time | relevance | path

Searched refs:boundLeft (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayCutoutTests.java129 final Rect boundLeft = new Rect(5, 6, 7, 8); in testConstructor() local
135 new DisplayCutout(safeInsets, boundLeft, boundTop, boundRight, boundBottom); in testConstructor()
142 assertTrue(boundLeft.equals(displayCutout.getBoundingRectLeft())); in testConstructor()
153 final Rect boundLeft = new Rect(5, 6, 7, 8); in testConstructor_waterfall() local
160 new DisplayCutout(safeInsets, boundLeft, boundTop, boundRight, boundBottom, in testConstructor_waterfall()
168 assertTrue(boundLeft.equals(displayCutout.getBoundingRectLeft())); in testConstructor_waterfall()