Searched refs:pipMovementBounds (Results 1 – 1 of 1) sorted by relevance
241 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds() local243 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() local1394 assertTrue(!Rect.intersects(pipMovementBounds, imeBounds)); in assertPinnedStackDoesNotIntersectIME()