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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 39 public final boolean mIsPrediction;
53 mIsPrediction = isPrediction;
219 mIsPrediction);
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 74 || suggestedWords.mIsPrediction || suggestedWords.mIsPunctuationSuggestions) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 96 jsonWriter.name("isPrediction").value(words.mIsPrediction);

Completed in 57 milliseconds