Searched refs:mDestinationBoundsTransformed (Results 1 – 1 of 1) sorted by relevance
74 private final Rect mDestinationBoundsTransformed = new Rect(); field in SwipePipToHomeAnimator128 mDestinationBoundsTransformed.set(destinationBoundsTransformed); in SwipePipToHomeAnimator()284 positionX = progress * (mDestinationBoundsTransformed.left - mStartBounds.left) in getRotatedPosition()286 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()292 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()306 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()329 private final Rect mDestinationBoundsTransformed = new Rect(); field in SwipePipToHomeAnimator.Builder400 transformed.round(mDestinationBoundsTransformed); in setFromRotation()410 if (mDestinationBoundsTransformed.isEmpty()) { in build()411 mDestinationBoundsTransformed.set(mDestinationBounds); in build()[all …]