Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java594 final Rect initialSourceValue; in ofBounds() local
596 initialSourceValue = new Rect(endValue); in ofBounds()
598 initialSourceValue = new Rect(baseValue); in ofBounds()
609 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()
611 initialContainerRect = isOutPipDirection ? rotatedEndRect : initialSourceValue; in ofBounds()
614 initialContainerRect = initialSourceValue; in ofBounds()
676 adjustedSourceRectHint, initialSourceValue, bounds, insets, in ofBounds()
697 rotateBounds(rotatedEndRect, initialSourceValue, rotationDelta); in ofBounds()