Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java74 private final Rect mDestinationBoundsTransformed = new Rect(); field in SwipePipToHomeAnimator
128 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.Builder
400 transformed.round(mDestinationBoundsTransformed); in setFromRotation()
410 if (mDestinationBoundsTransformed.isEmpty()) { in build()
411 mDestinationBoundsTransformed.set(mDestinationBounds); in build()
[all …]