Home
last modified time | relevance | path

Searched defs:currentBounds (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java107 final Rect currentBounds = isFreeForm ? currentMetrics.getBounds() in assertMetricsValidity() local
145 final Rect currentBounds = shouldBoundsIncludeInsets ? currentMetrics.getBounds() in assertMetricsMatchDisplay() local
DCtsWindowInfoUtils.java404 var currentBounds = new HashMap<IBinder, Rect>(); in waitForStableWindowGeometry() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DWindowContextTests.java236 final Rect currentBounds = wm.getCurrentWindowMetrics().getBounds(); in testWindowProviderServiceLifecycle() local
255 private void assertBoundsMatches(TestWindowService service, Rect currentBounds, in assertBoundsMatches()
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java328 final Point currentBounds = new Point(currentWindowMetrics.getBounds().width(), in calculateScaledMirroredActivitySize() local