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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 31 public final boolean mHasAutoCorrectionCandidate;
47 mHasAutoCorrectionCandidate = hasAutoCorrectionCandidate;
71 return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
75 return !mTypedWordValid && mHasAutoCorrectionCandidate;
83 + " mHasAutoCorrectionCandidate=" + mHasAutoCorrectionCandidate
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 339 if (index == mCenterSuggestionIndex && suggestedWords.mHasAutoCorrectionCandidate
    [all...]

Completed in 5582 milliseconds