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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 44 public final boolean mIsPunctuationSuggestions;
70 mIsPunctuationSuggestions = isPunctuationSuggestions;
117 + " mIsPunctuationSuggestions=" + mIsPunctuationSuggestions
290 false /* willAutoCorrect */, mIsPunctuationSuggestions, mIsObsoleteSuggestions,
310 mWillAutoCorrect, mIsPunctuationSuggestions, mIsObsoleteSuggestions,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 72 || suggestedWords.mIsPrediction || suggestedWords.mIsPunctuationSuggestions) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 94 .value(words.mIsPunctuationSuggestions);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 297 if (suggestedWords.mIsPunctuationSuggestions) {

Completed in 116 milliseconds