Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java3360 int[] suggestionSpansStarts = new int[length]; in replaceWithSuggestion() local
3365 suggestionSpansStarts[i] = editable.getSpanStart(suggestionSpan); in replaceWithSuggestion()
3395 if (suggestionSpansStarts[i] <= spanStart && suggestionSpansEnds[i] >= spanEnd) { in replaceWithSuggestion()
3396 mTextView.setSpan_internal(suggestionSpans[i], suggestionSpansStarts[i], in replaceWithSuggestion()