Searched defs:newRotation (Results 1 – 7 of 7) sorted by relevance
151 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged()156 private void onRotationChangedInternal(@Rotation int newRotation) { in onRotationChangedInternal()
70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
100 @Surface.Rotation int newRotation = getRotation(); in getLiveData() local
232 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
274 public static Matrix newRotation(Quaternion rotation) { in newRotation() method in Matrix
2675 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()2693 private void animateRotation(int newRotation) { in animateRotation()