Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DRotationProvider.java80 mRotation = sensorOrientationToRotationDegrees(mLastDisplayOrientation); in RotationProvider()
96 newRotation = sensorOrientationToRotationDegrees(orientation); in RotationProvider()
177 private int sensorOrientationToRotationDegrees(@IntRange(from = 0, to = 359) int orientation) { in sensorOrientationToRotationDegrees() method in RotationProvider