Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DRotationHelper.java92 private void setIgnoreAutoRotateSettings(boolean ignoreAutoRotateSettings) { in setIgnoreAutoRotateSettings() argument
94 mIgnoreAutoRotateSettings = ignoreAutoRotateSettings; in setIgnoreAutoRotateSettings()
123 boolean ignoreAutoRotateSettings = dp.isTablet; in onDeviceProfileChanged()
124 if (mIgnoreAutoRotateSettings != ignoreAutoRotateSettings) { in onDeviceProfileChanged()
125 setIgnoreAutoRotateSettings(ignoreAutoRotateSettings); in onDeviceProfileChanged()