Searched refs:RotatedPosition (Results 1 – 1 of 1) sorted by relevance
253 final RotatedPosition rotatedPosition = getRotatedPosition(progress); in onAnimationScaleAndCrop()298 private RotatedPosition getRotatedPosition(float progress) { in getRotatedPosition()330 return new RotatedPosition(degree, positionX, positionY); in getRotatedPosition()460 private static class RotatedPosition { class in SwipePipToHomeAnimator465 private RotatedPosition(float degree, float positionX, float positionY) { in RotatedPosition() method in SwipePipToHomeAnimator.RotatedPosition