Searched refs:rotatedEndRect (Results 1 – 1 of 1) sorted by relevance
600 final Rect rotatedEndRect; in ofBounds() local605 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()