Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java1320 Rect offsetBoundsOut) { in offsetPipWithinMovementBounds() argument
1325 offsetBoundsOut.set(initialBoundsOut); in offsetPipWithinMovementBounds()
1328 offsetBoundsOut.offset(0, offsetY); in offsetPipWithinMovementBounds()
1330 offsetBoundsOut.offset(0, -offsetY); in offsetPipWithinMovementBounds()
1332 resizeStack(stack.mStackId, offsetBoundsOut.left, offsetBoundsOut.top, in offsetPipWithinMovementBounds()
1333 offsetBoundsOut.right, offsetBoundsOut.bottom); in offsetPipWithinMovementBounds()