Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java520 Rect pinnedStackBounds = getPinnedStackBounds(); in testEnterPipAspectRatio() local
521 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testEnterPipAspectRatio()
604 Rect pinnedStackBounds = getPinnedStackBounds(); in testSetPipExtremeAspectRatio() local
605 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testSetPipExtremeAspectRatio()
1877 final Rect pinnedStackBounds = getPinnedStackBounds(); in assertPinnedStackActivityIsInDisplayBounds() local
1879 + ", PIP bounds = " + pinnedStackBounds); in assertPinnedStackActivityIsInDisplayBounds()
1880 assertTrue(displayRect.contains(pinnedStackBounds)); in assertPinnedStackActivityIsInDisplayBounds()
2028 Rect pinnedStackBounds = getPinnedStackBounds(); in tapToFinishPip() local
2029 int tapX = pinnedStackBounds.left + pinnedStackBounds.width() - 100; in tapToFinishPip()
2030 int tapY = pinnedStackBounds.top + pinnedStackBounds.height() - 100; in tapToFinishPip()