Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java30 public final boolean mTypedWordValid; field in SuggestedWords
46 mTypedWordValid = typedWordValid; in SuggestedWords()
71 return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid; in hasAutoCorrectionWord()
75 return !mTypedWordValid && mHasAutoCorrectionCandidate; in willAutoCorrect()
82 + " mTypedWordValid=" + mTypedWordValid in toString()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionsView.java292 final boolean isTypedWordValid = pos == 0 && suggestedWords.mTypedWordValid; in getStyledSuggestionWord()
329 } else if (index == mCenterSuggestionIndex && suggestedWords.mTypedWordValid) { in getSuggestionTextColor()