Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java71 if (isIndexSubjectToAutoCorrection(suggestedWords, index)) { in layout()
174 static boolean isIndexSubjectToAutoCorrection(final SuggestedWords suggestedWords, in isIndexSubjectToAutoCorrection() method in MoreSuggestions
214 if (isIndexSubjectToAutoCorrection(mSuggestedWords, index)) { in build()