Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java354 Rect pinnedStackBounds = getPinnedStackBounds(); in testEnterPipAspectRatio()
380 Rect bounds = getPinnedStackBounds(); in testResizePipAspectRatio()
435 Rect pinnedStackBounds = getPinnedStackBounds(); in testSetPipExtremeAspectRatio()
528 Rect bounds = getPinnedStackBounds(); in testAutoEnterPictureInPictureAspectRatio()
1261 + getPinnedStackBounds(), offsetBounds.contains(getPinnedStackBounds())); in testEnterPictureInPictureSavePosition()
1275 + getPinnedStackBounds(), initialBounds.equals(getPinnedStackBounds())); in testEnterPictureInPictureSavePosition()
1312 + getPinnedStackBounds(), initialBounds.equals(getPinnedStackBounds())); in testEnterPictureInPictureDiscardSavedPositionOnFinish()
1324 initialBoundsOut.set(getPinnedStackBounds()); in offsetPipWithinMovementBounds()
1405 final Rect pinnedStackBounds = getPinnedStackBounds(); in assertPinnedStackActivityIsInDisplayBounds()
1543 private Rect getPinnedStackBounds() { in getPinnedStackBounds() method in ActivityManagerPinnedStackTests
[all …]