Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java40 public static final String ALLOW_ROTATION_PREFERENCE_KEY = "pref_allowRotation"; field in RotationHelper
89 mAutoRotateEnabled = mPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in RotationHelper()
122 mAutoRotateEnabled = mPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in onSharedPreferenceChanged()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DSettingsActivity.java20 import static com.android.launcher3.states.RotationHelper.ALLOW_ROTATION_PREFERENCE_KEY;
216 case ALLOW_ROTATION_PREFERENCE_KEY: in initPreference()