Searched refs:stableBounds (Results 1 – 2 of 2) sorted by relevance
225 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds() local227 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()239 stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds()241 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()263 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds() local265 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()277 stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds()279 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
761 mStableBounds = extract(displayFramesProto.stableBounds); in Display()