Searched refs:boundsOut (Results 1 – 1 of 1) sorted by relevance
129 public void snapRectToClosestEdge(Rect stackBounds, Rect movementBounds, Rect boundsOut, in snapRectToClosestEdge() argument141 boundsOut.set(stackBounds); in snapRectToClosestEdge()150 boundsOut.offsetTo(movementBounds.left, boundedTop); in snapRectToClosestEdge()152 boundsOut.offsetTo(boundedLeft, movementBounds.top); in snapRectToClosestEdge()154 boundsOut.offsetTo(movementBounds.right, boundedTop); in snapRectToClosestEdge()156 boundsOut.offsetTo(boundedLeft, movementBounds.bottom); in snapRectToClosestEdge()