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.java58 private boolean mIgnoreAutoRotateSettings; field in RotationHelper
85 mIgnoreAutoRotateSettings = mLauncher.getResources().getBoolean(R.bool.allow_rotation); in RotationHelper()
86 if (!mIgnoreAutoRotateSettings) { in RotationHelper()
101 return mRotationHasDifferentUI || mIgnoreAutoRotateSettings || mAutoRotateEnabled in homeScreenCanRotate()
156 mIgnoreAutoRotateSettings = in forceAllowRotationForTesting()
192 } else if (mIgnoreAutoRotateSettings || mCurrentStateRequest == REQUEST_ROTATE in notifyChange()
211 mIgnoreAutoRotateSettings, mAutoRotateEnabled); in toString()