Searched refs:mRotationLockedSetting (Results 1 – 2 of 2) sorted by relevance
67 private boolean mRotationLockedSetting = false; field in OrientationManagerImpl89 mRotationLockedSetting = Settings.System.getInt( in resume()151 if (mOrientationLocked || mRotationLockedSetting) { in lockOrientation()164 if (!mOrientationLocked || mRotationLockedSetting) { in unlockOrientation()174 return (mOrientationLocked || mRotationLockedSetting); in isOrientationLocked()
44 private boolean mRotationLockedSetting = false; field in OrientationManager53 mRotationLockedSetting = Settings.System.getInt( in resume()