Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java601 final Rect rotatedEndRect; in ofBounds() local
606 rotatedEndRect = new Rect(endValue); in ofBounds()
609 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()
611 initialContainerRect = isOutPipDirection ? rotatedEndRect : initialSourceValue; in ofBounds()
613 rotatedEndRect = lastEndRect = null; in ofBounds()
655 if (rotatedEndRect != null) { in ofBounds()
696 rotatedEndRect.set(endValue); in ofBounds()
697 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()
700 final Rect bounds = mRectEvaluator.evaluate(fraction, start, rotatedEndRect); in ofBounds()