Searched refs:movementBoundsOut (Results 1 – 1 of 1) sorted by relevance
327 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() argument330 movementBoundsOut.set(insetBounds); in getMovementBounds()331 movementBoundsOut.right = Math.max(insetBounds.left, insetBounds.right - in getMovementBounds()333 movementBoundsOut.bottom = Math.max(insetBounds.top, insetBounds.bottom - in getMovementBounds()335 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()