Searched refs:currentRotation (Results 1 – 1 of 1) sorted by relevance
808 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local809 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()