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.java869 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
870 if (currentRotation >= 0) { in isOrientationAngleAcceptableLocked()
875 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
876 || rotation == (currentRotation + 1) % 4) { in isOrientationAngleAcceptableLocked()
894 if (rotation == currentRotation in isOrientationAngleAcceptableLocked()
895 || rotation == (currentRotation + 3) % 4) { in isOrientationAngleAcceptableLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3805 final int currentRotation = mDisplayInfo.rotation; in getBounds() local
3806 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()