Searched refs:assertCutoutIsConsistentWithInset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DisplayCutoutTests.java | 326 private void assertCutoutIsConsistentWithInset(String position, DisplayCutout cutout, in assertCutoutIsConsistentWithInset() method in DisplayCutoutTests 339 assertCutoutIsConsistentWithInset(TOP, cutout, cutout.getSafeInsetTop(), appBounds); in assertCutoutsAreConsistentWithInsets() 340 assertCutoutIsConsistentWithInset(BOTTOM, cutout, cutout.getSafeInsetBottom(), appBounds); in assertCutoutsAreConsistentWithInsets() 341 assertCutoutIsConsistentWithInset(LEFT, cutout, cutout.getSafeInsetLeft(), appBounds); in assertCutoutsAreConsistentWithInsets() 342 assertCutoutIsConsistentWithInset(RIGHT, cutout, cutout.getSafeInsetRight(), appBounds); in assertCutoutsAreConsistentWithInsets()
|