Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java49 private static int sDeviceRotation = Surface.ROTATION_0; // R/W synchronized on sRotationLock field in RotationHelper
103 if (newRotation != sDeviceRotation) { in updateOrientation()
104 sDeviceRotation = newRotation; in updateOrientation()
105 publishRotation(sDeviceRotation); in updateOrientation()