Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java209 final int rotateDegrees = (mCameraOrientation - degrees + 360) % 360; in startPreview() local
210 mCamera.setDisplayOrientation(rotateDegrees); in startPreview()
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCamera.java222 final int rotateDegrees = (mCameraOrientation - degrees + 360) % 360; in startPreview() local
223 mCamera.setDisplayOrientation(rotateDegrees); in startPreview()