Searched refs:oldRotation (Results 1 – 2 of 2) sorted by relevance
196 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument197 int delta = newRotation - oldRotation; in deltaRotation()
597 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta() argument598 int delta = newRotation - oldRotation; in getRotationDelta()