Searched refs:outDestinationBounds (Results 1 – 2 of 2) sorted by relevance
1778 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds() argument1783 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeRotatedBounds()1785 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()1795 final Rect rotatedDestinationBounds = new Rect(outDestinationBounds); in computeRotatedBounds()
963 TaskInfo taskInfo, Rect outDestinationBounds, @Nullable Rect outSourceHintRect) { in computeEnterPipRotatedBounds() argument967 outDestinationBounds.set(mPipBoundsAlgorithm.getEntryDestinationBounds()); in computeEnterPipRotatedBounds()969 rotateBounds(outDestinationBounds, displayBounds, endRotation, startRotation); in computeEnterPipRotatedBounds()