Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java262 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds() local
264 assertTrue(pipMovementBounds.width() > 0 && pipMovementBounds.height() > 0); in testPinnedStackMovementBounds()
265 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
276 pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
278 assertTrue(pipMovementBounds.width() > 0 && pipMovementBounds.height() > 0); in testPinnedStackMovementBounds()
279 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
1306 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in assertPinnedStackDoesNotIntersectIME() local
1307 assertTrue(!Rect.intersects(pipMovementBounds, imeBounds)); in assertPinnedStackDoesNotIntersectIME()