Searched refs:oldRotation (Results 1 – 1 of 1) sorted by relevance
294 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument295 int delta = newRotation - oldRotation; in deltaRotation()