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

/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java288 static int deltaRotation(int oldRotation, int newRotation) { argument
289 int delta = newRotation - oldRotation;

Completed in 63 milliseconds