Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java102 private void setIgnoreAutoRotateSettings(boolean ignoreAutoRotateSettings) { in setIgnoreAutoRotateSettings() argument
105 mIgnoreAutoRotateSettings = ignoreAutoRotateSettings; in setIgnoreAutoRotateSettings()
140 private void onIgnoreAutoRotateChanged(boolean ignoreAutoRotateSettings) { in onIgnoreAutoRotateChanged() argument
142 if (mIgnoreAutoRotateSettings != ignoreAutoRotateSettings) { in onIgnoreAutoRotateChanged()
143 setIgnoreAutoRotateSettings(ignoreAutoRotateSettings); in onIgnoreAutoRotateChanged()