Searched refs:oldRotation (Results 1 – 1 of 1) sorted by relevance
522 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds() argument523 final int rotationDelta = DisplayContent.deltaRotation(oldRotation, newRotation); in rotateBounds()551 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument552 int delta = newRotation - oldRotation; in deltaRotation()