Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java328 SuggestionsInfo suggestionsInfo, int offset, int length) { in onGetSuggestionsInternal() argument
329 if (suggestionsInfo == null || suggestionsInfo.getCookie() != mCookie) { in onGetSuggestionsInternal()
333 final int sequenceNumber = suggestionsInfo.getSequence(); in onGetSuggestionsInternal()
336 final int attributes = suggestionsInfo.getSuggestionsAttributes(); in onGetSuggestionsInternal()
347 editable, suggestionsInfo, spellCheckSpan, offset, length); in onGetSuggestionsInternal()
410 final SuggestionsInfo suggestionsInfo = ssi.getSuggestionsInfoAt(j); in onGetSentenceSuggestions() local
411 if (suggestionsInfo == null) { in onGetSentenceSuggestions()
417 suggestionsInfo, offset, length); in onGetSentenceSuggestions()
457 private void createMisspelledSuggestionSpan(Editable editable, SuggestionsInfo suggestionsInfo, in createMisspelledSuggestionSpan() argument
474 final int suggestionsCount = suggestionsInfo.getSuggestionsCount(); in createMisspelledSuggestionSpan()
[all …]