Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java371 SuggestionsInfo suggestionsInfo, int offset, int length) { in onGetSuggestionsInternal() argument
372 if (suggestionsInfo == null || suggestionsInfo.getCookie() != mCookie) { in onGetSuggestionsInternal()
376 final int sequenceNumber = suggestionsInfo.getSequence(); in onGetSuggestionsInternal()
386 final int attributes = suggestionsInfo.getSuggestionsAttributes(); in onGetSuggestionsInternal()
403 editable, suggestionsInfo, spellCheckSpan, offset, length); in onGetSuggestionsInternal()
493 final SuggestionsInfo suggestionsInfo = ssi.getSuggestionsInfoAt(j); in onGetSentenceSuggestions() local
494 if (suggestionsInfo == null) { in onGetSentenceSuggestions()
500 suggestionsInfo, offset, length); in onGetSentenceSuggestions()
542 private void createMisspelledSuggestionSpan(Editable editable, SuggestionsInfo suggestionsInfo, in createMisspelledSuggestionSpan() argument
559 final int suggestionsCount = suggestionsInfo.getSuggestionsCount(); in createMisspelledSuggestionSpan()
[all …]