Home
last modified time | relevance | path

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

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