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