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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 32 public final boolean mIsPunctuationSuggestions;
49 mIsPunctuationSuggestions = isPunctuationSuggestions;
85 + " mIsPunctuationSuggestions=" + mIsPunctuationSuggestions
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 111 || suggestedWords.mIsPrediction || suggestedWords.mIsPunctuationSuggestions
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 367 if (suggestedWords.mIsPunctuationSuggestions) {
    [all...]

Completed in 37 milliseconds