Searched refs:movementBoundsOut (Results 1 – 1 of 1) sorted by relevance
371 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() argument374 movementBoundsOut.set(insetBounds); in getMovementBounds()375 movementBoundsOut.right = Math.max(insetBounds.left, insetBounds.right in getMovementBounds()377 movementBoundsOut.bottom = Math.max(insetBounds.top, insetBounds.bottom in getMovementBounds()379 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()