Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIMESettings.java35 private CheckBoxPreference mShowSuggestions; field in LatinIMESettings
42 mShowSuggestions = (CheckBoxPreference) findPreference(SHOW_SUGGESTIONS_KEY); in onCreate()
55 mShowSuggestions.setDependency(QUICK_FIXES_KEY); in onResume()
DLatinIME.java125 private boolean mShowSuggestions; field in LatinIME
793 return isPredictionOn() && mShowSuggestions; in isCandidateStripVisible()
1088 mShowSuggestions = sp.getBoolean(PREF_SHOW_SUGGESTIONS, true) & mQuickFixes; in loadSettings()
1090 getResources().getBoolean(R.bool.enable_autocorrect)) & mShowSuggestions; in loadSettings()