Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java39 public static final String ALLOW_ROTATION_PREFERENCE_KEY = "pref_allowRotation"; field in RotationHelper
86 mHomeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in setIgnoreAutoRotateSettings()
100 mHomeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in onSharedPreferenceChanged()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java25 import static com.android.launcher3.states.RotationHelper.ALLOW_ROTATION_PREFERENCE_KEY;
280 if (ALLOW_ROTATION_PREFERENCE_KEY.equals(s)) { in onSharedPreferenceChanged()
291 boolean homeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, false); in updateHomeRotationSetting()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DSettingsActivity.java21 import static com.android.launcher3.states.RotationHelper.ALLOW_ROTATION_PREFERENCE_KEY;
252 case ALLOW_ROTATION_PREFERENCE_KEY: in initPreference()