Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java367 final SuggestionSpan tempSuggestionSpan = mSuggestionSpanCache.get(key); in onGetSuggestionsInternal() local
368 if (tempSuggestionSpan != null) { in onGetSuggestionsInternal()
373 editable.removeSpan(tempSuggestionSpan); in onGetSuggestionsInternal()
491 final SuggestionSpan tempSuggestionSpan = mSuggestionSpanCache.get(key); in createMisspelledSuggestionSpan() local
492 if (tempSuggestionSpan != null) { in createMisspelledSuggestionSpan()
497 editable.removeSpan(tempSuggestionSpan); in createMisspelledSuggestionSpan()