Searched refs:newRotation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java124 private static void rotateToward(View view, float newRotation) { argument
125 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR));

Completed in 26 milliseconds