Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DRotationProvider.java62 private int mLastDisplayOrientation; field in RotationProvider
72 mLastDisplayOrientation = applicationContext.getSystemService(DisplayManager.class) in RotationProvider()
80 mRotation = sensorOrientationToRotationDegrees(mLastDisplayOrientation); in RotationProvider()
95 mLastDisplayOrientation = orientation; in RotationProvider()
165 mOrientationListener.onOrientationChanged(mLastDisplayOrientation); in updateSensorOrientation()