Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java832 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
833 if (currentRotation >= 0) { in isOrientationAngleAcceptableLocked()
838 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
839 || rotation == (currentRotation + 1) % 4) { in isOrientationAngleAcceptableLocked()
857 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
858 || rotation == (currentRotation + 3) % 4) { in isOrientationAngleAcceptableLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1638 final int currentRotation = mDisplayInfo.rotation; in getLogicalDisplayRect() local
1639 final int rotationDelta = deltaRotation(currentRotation, orientation); in getLogicalDisplayRect()