Home
last modified time | relevance | path

Searched defs: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()
551 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()