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