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 46 public final boolean mIsPrediction;
72 mIsPrediction = isPrediction;
291 mIsPrediction);
311 mIsPrediction);
LatinIME.java     [all...]
  /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 96 jsonWriter.name("isPrediction").value(words.mIsPrediction);

Completed in 591 milliseconds