Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java231 final RotatedPosition rotatedPosition = getRotatedPosition(progress); in onAnimationScale()
246 final RotatedPosition rotatedPosition = getRotatedPosition(progress); in onAnimationScaleAndCrop()
279 private RotatedPosition getRotatedPosition(float progress) { in getRotatedPosition()
311 return new RotatedPosition(degree, positionX, positionY); in getRotatedPosition()
429 private static class RotatedPosition { class in SwipePipToHomeAnimator
434 private RotatedPosition(float degree, float positionX, float positionY) { in RotatedPosition() method in SwipePipToHomeAnimator.RotatedPosition