Home
last modified time | relevance | path

Searched refs:oldRotation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java522 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds() argument
523 final int rotationDelta = DisplayContent.deltaRotation(oldRotation, newRotation); in rotateBounds()
551 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument
552 int delta = newRotation - oldRotation; in deltaRotation()