Searched refs:sDeviceRotation (Results 1 – 1 of 1) sorted by relevance
49 private static int sDeviceRotation = Surface.ROTATION_0; // R/W synchronized on sRotationLock field in RotationHelper103 if (newRotation != sDeviceRotation) { in updateOrientation()104 sDeviceRotation = newRotation; in updateOrientation()105 publishRotation(sDeviceRotation); in updateOrientation()