Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java225 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds() local
227 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() local
265 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
277 stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds()
279 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java761 mStableBounds = extract(displayFramesProto.stableBounds); in Display()