Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java808 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
809 if (currentRotation >= 0) { in isOrientationAngleAcceptableLocked()
814 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
815 || rotation == (currentRotation + 1) % 4) { in isOrientationAngleAcceptableLocked()
833 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
834 || rotation == (currentRotation + 3) % 4) { in isOrientationAngleAcceptableLocked()