Searched refs:RotatedPosition (Results 1 – 1 of 1) sorted by relevance
231 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 SwipePipToHomeAnimator434 private RotatedPosition(float degree, float positionX, float positionY) { in RotatedPosition() method in SwipePipToHomeAnimator.RotatedPosition