HomeSort by relevance Sort by last modified time
    Searched refs:mShouldShowSuggestions (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 42 final public boolean mShouldShowSuggestions;
82 mShouldShowSuggestions = false;
110 mShouldShowSuggestions = !shouldSuppressSuggestions;
291 (mShouldShowSuggestions ? " shouldShowSuggestions" : ""),
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 236 return mInputAttributes.mShouldShowSuggestions

Completed in 161 milliseconds