Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java77 private final Rect mDestinationBoundsTransformed = new Rect(); field in SwipePipToHomeAnimator
137 mDestinationBoundsTransformed.set(destinationBoundsTransformed); in SwipePipToHomeAnimator()
303 positionX = progress * (mDestinationBoundsTransformed.left - mStartBounds.left) in getRotatedPosition()
305 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()
309 positionX = progress * (mDestinationBoundsTransformed.left - mStartBounds.left) in getRotatedPosition()
311 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()
317 positionX = progress * (mDestinationBoundsTransformed.left - mStartBounds.left) in getRotatedPosition()
319 positionY = progress * (mDestinationBoundsTransformed.bottom - mStartBounds.top) in getRotatedPosition()
323 positionX = progress * (mDestinationBoundsTransformed.right - mStartBounds.left) in getRotatedPosition()
325 positionY = progress * (mDestinationBoundsTransformed.top - mStartBounds.top) in getRotatedPosition()
[all …]