Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java201 final int previousSize = previousSuggestions.size(); in getTypedWordAndPreviousSuggestions() local
202 for (int index = 1; index < previousSize; index++) { in getTypedWordAndPreviousSuggestions()