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