Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java64 private static Integer sRotation = null; // R/W synchronized on sRotationLock field in RotationHelper
115 if (sRotation == null || sRotation != newRotation) { in updateOrientation()
116 sRotation = newRotation; in updateOrientation()
117 publishRotation(sRotation); in updateOrientation()
166 sRotation = null; in forceUpdate()
/aosp14/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java38 private static int sRotation = Surface.ROTATION_0; field in LegacySensorManager
57 sRotation = sWindowManager.watchRotation( in LegacySensorManager()
196 sRotation = rotation; in onRotationChanged()
202 return sRotation; in getRotation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21028 Landroid/hardware/LegacySensorManager;->sRotation:I