Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayCutoutTests.java327 int safeInsetSize, Rect appBound) { in assertCutoutIsConsistentWithInset() argument
330 hasBound(position, cutout, appBound), is(true)); in assertCutoutIsConsistentWithInset()
333 hasBound(position, cutout, appBound), is(false)); in assertCutoutIsConsistentWithInset()
423 private boolean hasBound(String position, DisplayCutout cutout, Rect appBound) { in hasBound() argument
439 return Rect.intersects(cutoutRect, appBound) || waterfallSize > 0; in hasBound()