Searched refs:offsetBounds (Results 1 – 1 of 1) sorted by relevance
1173 final Rect offsetBounds = new Rect(); in testEnterPictureInPictureSavePosition() local1174 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() local1222 offsetPipWithinMovementBounds(100 /* offsetY */, initialBounds, offsetBounds); in testEnterPictureInPictureDiscardSavedPositionOnFinish()