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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 32 public final boolean mHasAutoCorrectionCandidate;
46 mHasAutoCorrectionCandidate = hasAutoCorrectionCandidate;
65 return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
69 return mHasAutoCorrectionCandidate && ((size() > 1 && !mTypedWordValid) || mTypedWordValid);
Utils.java 798 return !suggestions.mTypedWordValid && suggestions.mHasAutoCorrectionCandidate
SuggestionsView.java 307 if (index == mCenterSuggestionIndex && suggestions.mHasAutoCorrectionCandidate
    [all...]

Completed in 94 milliseconds