Home | History | Annotate | Download | only in settings

Lines Matching full:getboolean

206         return prefs.getBoolean(PREF_SOUND_ON,
207 res.getBoolean(R.bool.config_default_sound_enabled));
213 return hasVibrator && prefs.getBoolean(PREF_VIBRATE_ON,
214 res.getBoolean(R.bool.config_default_vibration_enabled));
219 return prefs.getBoolean(PREF_AUTO_CORRECTION, true);
228 return prefs.getBoolean(PREF_BLOCK_POTENTIALLY_OFFENSIVE,
229 res.getBoolean(R.bool.config_block_potentially_offensive));
233 return res.getBoolean(R.bool.config_gesture_input_enabled_by_build_config);
239 && prefs.getBoolean(PREF_GESTURE_INPUT, true);
243 return res.getBoolean(R.bool.config_enable_show_key_preview_popup_option);
248 final boolean defaultKeyPreviewPopup = res.getBoolean(
253 return prefs.getBoolean(PREF_POPUP_ON, defaultKeyPreviewPopup);
265 final boolean suppressLanguageSwitchKey = prefs.getBoolean(
272 return prefs.getBoolean(PREF_SHOW_LANGUAGE_SWITCH_KEY, true);
353 return res.getBoolean(R.bool.config_use_fullscreen_mode);
365 return prefs.getBoolean(PREF_SHOW_SETUP_WIZARD_ICON, false);
378 return prefs.getBoolean(PREF_KEY_IS_INTERNAL, false);