Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1173 final Rect offsetBounds = new Rect(); in testEnterPictureInPictureSavePosition() local
1174 offsetPipWithinMovementBounds(100 /* offsetY */, initialBounds, offsetBounds); in testEnterPictureInPictureSavePosition()
1185 offsetBounds.inset(-1, -1); in testEnterPictureInPictureSavePosition()
1186 assertTrue("Expected offsetBounds=" + offsetBounds + " to contain bounds=" in testEnterPictureInPictureSavePosition()
1187 + getPinnedStackBounds(), offsetBounds.contains(getPinnedStackBounds())); in testEnterPictureInPictureSavePosition()
1221 final Rect offsetBounds = new Rect(); in testEnterPictureInPictureDiscardSavedPositionOnFinish() local
1222 offsetPipWithinMovementBounds(100 /* offsetY */, initialBounds, offsetBounds); in testEnterPictureInPictureDiscardSavedPositionOnFinish()