Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java410 final int startIndexExclusive) { in removeSuggestedWordInfoFromList() argument
412 for (int i = startIndexExclusive + 1; i < candidates.size(); ++i) { in removeSuggestedWordInfoFromList()