Searched refs:sRotation (Results 1 – 3 of 3) sorted by relevance
64 private static Integer sRotation = null; // R/W synchronized on sRotationLock field in RotationHelper115 if (sRotation == null || sRotation != newRotation) { in updateOrientation()116 sRotation = newRotation; in updateOrientation()117 publishRotation(sRotation); in updateOrientation()166 sRotation = null; in forceUpdate()
38 private static int sRotation = Surface.ROTATION_0; field in LegacySensorManager57 sRotation = sWindowManager.watchRotation( in LegacySensorManager()196 sRotation = rotation; in onRotationChanged()202 return sRotation; in getRotation()
21028 Landroid/hardware/LegacySensorManager;->sRotation:I