Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java292 Rectangle pinnedStackBounds = in testEnterPipAspectRatio() local
294 assertTrue(floatEquals((float) pinnedStackBounds.width / pinnedStackBounds.height, in testEnterPipAspectRatio()
319 Rectangle pinnedStackBounds = state.getStackById(PINNED_STACK_ID).getBounds(); in testResizePipAspectRatio()
321 (float) pinnedStackBounds.width / pinnedStackBounds.height, in testResizePipAspectRatio()
374 Rectangle pinnedStackBounds = in testSetPipExtremeAspectRatio() local
376 assertTrue(floatEquals((float) pinnedStackBounds.width / pinnedStackBounds.height, in testSetPipExtremeAspectRatio()
462 Rectangle pinnedStackBounds = state.getStackById(PINNED_STACK_ID).getBounds(); in testAutoEnterPictureInPictureAspectRatio()
464 (float) pinnedStackBounds.width / pinnedStackBounds.height, in testAutoEnterPictureInPictureAspectRatio()
1131 final Rectangle pinnedStackBounds = in assertPinnedStackActivityIsInDisplayBounds() local
1133 assertTrue(displayRect.contains(pinnedStackBounds)); in assertPinnedStackActivityIsInDisplayBounds()
[all …]