Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java1876 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds() argument
1881 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeRotatedBounds()
1883 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()
1893 final Rect rotatedDestinationBounds = new Rect(outDestinationBounds); in computeRotatedBounds()
DPipTransition.java1112 TaskInfo taskInfo, Rect outDestinationBounds, @Nullable Rect outSourceHintRect) { in computeEnterPipRotatedBounds() argument
1117 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeEnterPipRotatedBounds()
1121 rotateBounds(outDestinationBounds, displayBounds, endRotation, startRotation); in computeEnterPipRotatedBounds()