Searched defs:newRotation (Results 1 – 9 of 9) sorted by relevance
70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
147 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged()
227 private void onRotationChanged(@Surface.Rotation int newRotation) { in onRotationChanged()
217 private void onRotationChanged(@Surface.Rotation int newRotation) { in onRotationChanged()
544 private void onRotationChanged(int newRotation) { in onRotationChanged()551 private void configLayout(int newRotation) { in configLayout()
221 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
2548 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()