Searched refs:suggestionSpansStarts (Results 1 – 1 of 1) sorted by relevance
3399 int[] suggestionSpansStarts = new int[length]; in replaceWithSuggestion() local3404 suggestionSpansStarts[i] = editable.getSpanStart(suggestionSpan); in replaceWithSuggestion()3434 if (suggestionSpansStarts[i] <= spanStart && suggestionSpansEnds[i] >= spanEnd) { in replaceWithSuggestion()3435 mTextView.setSpan_internal(suggestionSpans[i], suggestionSpansStarts[i], in replaceWithSuggestion()