Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2872 final SuggestionSpan targetSuggestionSpan = findEquivalentSuggestionSpan( in replaceWithSuggestion() local
2874 if (targetSuggestionSpan == null) { in replaceWithSuggestion()
2879 final int spanStart = editable.getSpanStart(targetSuggestionSpan); in replaceWithSuggestion()
2880 final int spanEnd = editable.getSpanEnd(targetSuggestionSpan); in replaceWithSuggestion()
2916 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion()