Searched refs:boundsOut (Results 1 – 1 of 1) sorted by relevance
392 private void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut) { in snapRectToClosestEdge() argument398 boundsOut.set(stackBounds); in snapRectToClosestEdge()400 boundsOut.offsetTo(boundedLeft, boundedTop); in snapRectToClosestEdge()419 boundsOut.offsetTo(movementBounds.left, boundedTop); in snapRectToClosestEdge()421 boundsOut.offsetTo(boundedLeft, movementBounds.top); in snapRectToClosestEdge()423 boundsOut.offsetTo(movementBounds.right, boundedTop); in snapRectToClosestEdge()425 boundsOut.offsetTo(boundedLeft, movementBounds.bottom); in snapRectToClosestEdge()