Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1778 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds() argument
1783 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeRotatedBounds()
1785 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()
1795 final Rect rotatedDestinationBounds = new Rect(outDestinationBounds); in computeRotatedBounds()
H A DPipTransition.java963 TaskInfo taskInfo, Rect outDestinationBounds, @Nullable Rect outSourceHintRect) { in computeEnterPipRotatedBounds() argument
967 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeEnterPipRotatedBounds()
969 rotateBounds(outDestinationBounds, displayBounds, endRotation, startRotation); in computeEnterPipRotatedBounds()