Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java600 final Rect rotatedEndRect; in ofBounds() local
605 rotatedEndRect = new Rect(endValue); in ofBounds()
608 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()
610 initialContainerRect = isOutPipDirection ? rotatedEndRect : initialSourceValue; in ofBounds()
612 rotatedEndRect = lastEndRect = null; in ofBounds()
643 if (rotatedEndRect != null) { in ofBounds()
684 rotatedEndRect.set(endValue); in ofBounds()
685 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()
688 final Rect bounds = mRectEvaluator.evaluate(fraction, start, rotatedEndRect); in ofBounds()