Searched refs:animationSrcRectHint (Results 1 – 1 of 1) sorted by relevance
306 Rect animationSrcRectHint = overlayLeash == null ? params.getSourceRectHint() in handleSwipePipToHomeTransition() local312 final float scale = (float) destinationBounds.width() / animationSrcRectHint.width(); in handleSwipePipToHomeTransition()313 startTransaction.setWindowCrop(pipLeash, animationSrcRectHint); in handleSwipePipToHomeTransition()315 destinationBounds.left - animationSrcRectHint.left * scale, in handleSwipePipToHomeTransition()316 destinationBounds.top - animationSrcRectHint.top * scale); in handleSwipePipToHomeTransition()