Searched refs:ALLOW_ROTATION_PREFERENCE_KEY (Results 1 – 3 of 3) sorted by relevance
39 public static final String ALLOW_ROTATION_PREFERENCE_KEY = "pref_allowRotation"; field in RotationHelper86 mHomeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in setIgnoreAutoRotateSettings()100 mHomeRotationEnabled = mSharedPrefs.getBoolean(ALLOW_ROTATION_PREFERENCE_KEY, in onSharedPreferenceChanged()
25 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()
21 import static com.android.launcher3.states.RotationHelper.ALLOW_ROTATION_PREFERENCE_KEY;252 case ALLOW_ROTATION_PREFERENCE_KEY: in initPreference()