Searched refs:stableBounds (Results 1 – 2 of 2) sorted by relevance
214 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds() local216 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()222 stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds()224 assertTrue(stableBounds.contains(defaultPipBounds)); in testPinnedStackDefaultBounds()242 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds() local244 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()250 stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds()252 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
719 mStableBounds = extract(displayFramesProto.stableBounds); in Display()