Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3123 int[] suggestionSpansEnds = new int[length]; in replaceWithSuggestion() local
3128 suggestionSpansEnds[i] = editable.getSpanEnd(suggestionSpan); in replaceWithSuggestion()
3157 if (suggestionSpansStarts[i] <= spanStart && suggestionSpansEnds[i] >= spanEnd) { in replaceWithSuggestion()
3159 suggestionSpansEnds[i] + lengthDelta, suggestionSpansFlags[i]); in replaceWithSuggestion()