Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java42 final public boolean mShouldShowSuggestions; field in InputAttributes
82 mShouldShowSuggestions = false; in InputAttributes()
110 mShouldShowSuggestions = !shouldSuppressSuggestions; in InputAttributes()
291 (mShouldShowSuggestions ? " shouldShowSuggestions" : ""), in toString()
DLatinIME.java1499 currentSettingsValues.mInputAttributes.mShouldShowSuggestions in setSuggestedWords()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java236 return mInputAttributes.mShouldShowSuggestions in needsToLookupSuggestions()