Searched refs:currentRotation (Results 1 – 2 of 2) sorted by relevance
832 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local833 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()
1638 final int currentRotation = mDisplayInfo.rotation; in getLogicalDisplayRect() local1639 final int rotationDelta = deltaRotation(currentRotation, orientation); in getLogicalDisplayRect()