Searched refs:movementBoundsOut (Results 1 – 1 of 1) sorted by relevance
344 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() argument347 movementBoundsOut.set(insetBounds); in getMovementBounds()348 movementBoundsOut.right = Math.max(insetBounds.left, insetBounds.right in getMovementBounds()350 movementBoundsOut.bottom = Math.max(insetBounds.top, insetBounds.bottom in getMovementBounds()352 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()