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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 39 public final boolean mIsPrediction;
53 mIsPrediction = isPrediction;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 112 || suggestedWords.mIsPrediction || suggestedWords.mIsPunctuationSuggestions
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLog.java 286 mJsonWriter.name("isPrediction").value(words.mIsPrediction);

Completed in 79 milliseconds