Searched refs:spellCheckSpanStart (Results 1 – 1 of 1) sorted by relevance
380 final int spellCheckSpanStart = editable.getSpanStart(spellCheckSpan); in onGetSuggestionsInternal() local381 if (spellCheckSpanStart < 0) { in onGetSuggestionsInternal()396 if (spellCheckSpanStart + offset + length > editable.length()) { in onGetSuggestionsInternal()412 start = spellCheckSpanStart + offset; in onGetSuggestionsInternal()415 start = spellCheckSpanStart; in onGetSuggestionsInternal()418 if (spellCheckSpanStart >= 0 && spellCheckSpanEnd > spellCheckSpanStart in onGetSuggestionsInternal()544 final int spellCheckSpanStart = editable.getSpanStart(spellCheckSpan); in createMisspelledSuggestionSpan() local546 if (spellCheckSpanStart < 0 || spellCheckSpanEnd <= spellCheckSpanStart) in createMisspelledSuggestionSpan()552 start = spellCheckSpanStart + offset; in createMisspelledSuggestionSpan()555 start = spellCheckSpanStart; in createMisspelledSuggestionSpan()