Searched refs:currentRotation (Results 1 – 2 of 2) sorted by relevance
869 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local870 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()
3805 final int currentRotation = mDisplayInfo.rotation; in getBounds() local3806 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()