Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTransition.java306 Rect animationSrcRectHint = overlayLeash == null ? params.getSourceRectHint() in handleSwipePipToHomeTransition() local
312 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()