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 41 final public boolean mShouldShowSuggestions;
75 mShouldShowSuggestions = false;
102 mShouldShowSuggestions = !shouldSuppressSuggestions;
280 (mShouldShowSuggestions ? " shouldShowSuggestions" : ""),
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 219 return mInputAttributes.mShouldShowSuggestions

Completed in 268 milliseconds