Searched refs:adjustedSourceRectHint (Results 1 – 1 of 1) sorted by relevance
617 final Rect adjustedSourceRectHint = new Rect(); in ofBounds() local623 adjustedSourceRectHint.set(PipUtils.getEnterPipWithOverlaySrcRectHint( in ofBounds()627 adjustedSourceRectHint.set(sourceRectHint); in ofBounds()630 if (!adjustedSourceRectHint.isEmpty()) { in ofBounds()632 adjustedSourceRectHint.left - initialContainerRect.left, in ofBounds()633 adjustedSourceRectHint.top - initialContainerRect.top, in ofBounds()634 initialContainerRect.right - adjustedSourceRectHint.right, in ofBounds()635 initialContainerRect.bottom - adjustedSourceRectHint.bottom); in ofBounds()663 if (inScaleTransition() || adjustedSourceRectHint.isEmpty()) { in ofBounds()676 adjustedSourceRectHint, initialSourceValue, bounds, insets, in ofBounds()