Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java70 private boolean mIgnoreAutoRotateSettings; field in RotationHelper
105 mIgnoreAutoRotateSettings = ignoreAutoRotateSettings; in setIgnoreAutoRotateSettings()
106 if (!mIgnoreAutoRotateSettings) { in setIgnoreAutoRotateSettings()
116 if (mDestroyed || mIgnoreAutoRotateSettings) return; in onSharedPreferenceChanged()
142 if (mIgnoreAutoRotateSettings != ignoreAutoRotateSettings) { in onIgnoreAutoRotateChanged()
206 } else if (mIgnoreAutoRotateSettings || mCurrentStateRequest == REQUEST_ROTATE in notifyChange()
245 mIgnoreAutoRotateSettings, mHomeRotationEnabled, mForceAllowRotationForTesting, in toString()