Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3018 final SuggestionSpan targetSuggestionSpan = findEquivalentSuggestionSpan( in replaceWithSuggestion() local
3020 if (targetSuggestionSpan == null) { in replaceWithSuggestion()
3025 final int spanStart = editable.getSpanStart(targetSuggestionSpan); in replaceWithSuggestion()
3026 final int spanEnd = editable.getSpanEnd(targetSuggestionSpan); in replaceWithSuggestion()
3062 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion()