Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java364 final Rect toMovementBounds = new Rect(); in adjustBoundsForRotation() local
365 mPipBoundsAlgorithm.getMovementBounds(outBounds, insetBounds, toMovementBounds, 0); in adjustBoundsForRotation()
369 outBounds.offsetTo(outBounds.left, toMovementBounds.bottom); in adjustBoundsForRotation()