Searched defs:newRotation (Results 1 – 4 of 4) sorted by relevance
219 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
125 private static void rotateToward(View view, float newRotation) { in rotateToward()126 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR)); in rotateToward() local
569 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
1072 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()