Searched refs:mShowSuggestions (Results 1 – 2 of 2) sorted by relevance
35 private CheckBoxPreference mShowSuggestions; field in LatinIMESettings42 mShowSuggestions = (CheckBoxPreference) findPreference(SHOW_SUGGESTIONS_KEY); in onCreate()55 mShowSuggestions.setDependency(QUICK_FIXES_KEY); in onResume()
125 private boolean mShowSuggestions; field in LatinIME793 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()