Home
last modified time | relevance | path

Searched refs:mIsPrediction (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java35 public final boolean mIsPrediction; field in SuggestedWords
51 mIsPrediction = isPrediction; in SuggestedWords()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DSuggestionSpanUtils.java111 || suggestedWords.mIsPrediction || suggestedWords.mIsPunctuationSuggestions in getTextWithSuggestionSpan()