Searched refs:outDestinationBounds (Results 1 – 2 of 2) sorted by relevance
1876 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds() argument1881 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeRotatedBounds()1883 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()1893 final Rect rotatedDestinationBounds = new Rect(outDestinationBounds); in computeRotatedBounds()
1112 TaskInfo taskInfo, Rect outDestinationBounds, @Nullable Rect outSourceHintRect) { in computeEnterPipRotatedBounds() argument1117 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeEnterPipRotatedBounds()1121 rotateBounds(outDestinationBounds, displayBounds, endRotation, startRotation); in computeEnterPipRotatedBounds()