Home
last modified time | relevance | path

Searched defs:newRotation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java219 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java125 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
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java569 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
DRecentsView.java1072 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()