Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java214 Rect stableBounds = wmState.getStableBounds(); in testPinnedStackDefaultBounds() local
216 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() local
244 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
250 stableBounds = wmState.getStableBounds(); in testPinnedStackMovementBounds()
252 assertTrue(stableBounds.contains(pipMovementBounds)); in testPinnedStackMovementBounds()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DWindowManagerState.java719 mStableBounds = extract(displayFramesProto.stableBounds); in Display()