Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java325 SuggestionsInfo suggestionsInfo, int offset, int length) { in onGetSuggestionsInternal() argument
326 if (suggestionsInfo == null || suggestionsInfo.getCookie() != mCookie) { in onGetSuggestionsInternal()
330 final int sequenceNumber = suggestionsInfo.getSequence(); in onGetSuggestionsInternal()
333 final int attributes = suggestionsInfo.getSuggestionsAttributes(); in onGetSuggestionsInternal()
344 editable, suggestionsInfo, spellCheckSpan, offset, length); in onGetSuggestionsInternal()
407 final SuggestionsInfo suggestionsInfo = ssi.getSuggestionsInfoAt(j); in onGetSentenceSuggestions() local
408 if (suggestionsInfo == null) { in onGetSentenceSuggestions()
414 suggestionsInfo, offset, length); in onGetSentenceSuggestions()
454 private void createMisspelledSuggestionSpan(Editable editable, SuggestionsInfo suggestionsInfo, in createMisspelledSuggestionSpan() argument
471 final int suggestionsCount = suggestionsInfo.getSuggestionsCount(); in createMisspelledSuggestionSpan()
[all …]