Searched refs:oldRotation (Results 1 – 2 of 2) sorted by relevance
70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument71 int delta = newRotation - oldRotation; in deltaRotation()
232 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument233 int delta = newRotation - oldRotation; in deltaRotation()