Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java241 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds() local
243 assertTrue(pipMovementBounds.width() > 0 && pipMovementBounds.height() > 0); in testPinnedStackMovementBounds()
244 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
249 pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
251 assertTrue(pipMovementBounds.width() > 0 && pipMovementBounds.height() > 0); in testPinnedStackMovementBounds()
252 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
1393 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in assertPinnedStackDoesNotIntersectIME() local
1394 assertTrue(!Rect.intersects(pipMovementBounds, imeBounds)); in assertPinnedStackDoesNotIntersectIME()