Searched refs:boundsOut (Results 1 – 1 of 1) sorted by relevance
316 private void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut) { in snapRectToClosestEdge() argument322 boundsOut.set(stackBounds); in snapRectToClosestEdge()324 boundsOut.offsetTo(boundedLeft, boundedTop); in snapRectToClosestEdge()343 boundsOut.offsetTo(movementBounds.left, boundedTop); in snapRectToClosestEdge()345 boundsOut.offsetTo(boundedLeft, movementBounds.top); in snapRectToClosestEdge()347 boundsOut.offsetTo(movementBounds.right, boundedTop); in snapRectToClosestEdge()349 boundsOut.offsetTo(boundedLeft, movementBounds.bottom); in snapRectToClosestEdge()