Home
last modified time | relevance | path

Searched refs:movementBoundsOut (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java371 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() argument
374 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()