Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2615 int[] suggestionSpansStarts = new int[length]; in replaceWithSuggestion() local
2620 suggestionSpansStarts[i] = editable.getSpanStart(suggestionSpan); in replaceWithSuggestion()
2653 if (suggestionSpansStarts[i] <= spanStart && suggestionSpansEnds[i] >= spanEnd) { in replaceWithSuggestion()
2654 mTextView.setSpan_internal(suggestionSpans[i], suggestionSpansStarts[i], in replaceWithSuggestion()