Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1243 Rect offsetBoundsOut) { in offsetPipWithinMovementBounds() argument
1248 offsetBoundsOut.set(initialBoundsOut); in offsetPipWithinMovementBounds()
1251 offsetBoundsOut.offset(0, offsetY); in offsetPipWithinMovementBounds()
1253 offsetBoundsOut.offset(0, -offsetY); in offsetPipWithinMovementBounds()
1255 resizeStack(stack.mStackId, offsetBoundsOut.left, offsetBoundsOut.top, in offsetPipWithinMovementBounds()
1256 offsetBoundsOut.right, offsetBoundsOut.bottom); in offsetPipWithinMovementBounds()