HomeSort by relevance Sort by last modified time
    Searched full:suggestionsset (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 242 final BoundedTreeSet suggestionsSet = new BoundedTreeSet(sSuggestedWordInfoComparator,
263 suggestionsSet.addAll(dictionary.getSuggestions(wordComposerForLookup,
269 if (suggestionsSet.isEmpty()) {
271 } else if (SuggestedWordInfo.KIND_WHITELIST != suggestionsSet.first().mKind) {
274 whitelistedWord = suggestionsSet.first().mWord;
291 || suggestionsSet.isEmpty() || wordComposer.hasDigits()
293 || SuggestedWordInfo.KIND_SHORTCUT == suggestionsSet.first().mKind) {
305 suggestionsSet.first(), consideredWord, mAutoCorrectionThreshold);
309 CollectionUtils.newArrayList(suggestionsSet);
363 final BoundedTreeSet suggestionsSet = new BoundedTreeSet(sSuggestedWordInfoComparator
    [all...]

Completed in 136 milliseconds