Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java185 final int firstOcurrenceOfTypedWordInSuggestions = in getSuggestedWordsForNonBatchInput() local
235 && firstOcurrenceOfTypedWordInSuggestions != 0) { in getSuggestedWordsForNonBatchInput()
278 final boolean isTypedWordValid = firstOcurrenceOfTypedWordInSuggestions > -1 in getSuggestedWordsForNonBatchInput()