Searched refs:spellCheckSpanStart (Results 1 – 1 of 1) sorted by relevance
379 final int spellCheckSpanStart = editable.getSpanStart(spellCheckSpan); in onGetSuggestionsInternal() local380 if (spellCheckSpanStart < 0) { in onGetSuggestionsInternal()395 if (spellCheckSpanStart + offset + length > editable.length()) { in onGetSuggestionsInternal()411 start = spellCheckSpanStart + offset; in onGetSuggestionsInternal()414 start = spellCheckSpanStart; in onGetSuggestionsInternal()417 if (spellCheckSpanStart >= 0 && spellCheckSpanEnd > spellCheckSpanStart in onGetSuggestionsInternal()532 final int spellCheckSpanStart = editable.getSpanStart(spellCheckSpan); in createMisspelledSuggestionSpan() local534 if (spellCheckSpanStart < 0 || spellCheckSpanEnd <= spellCheckSpanStart) in createMisspelledSuggestionSpan()540 start = spellCheckSpanStart + offset; in createMisspelledSuggestionSpan()543 start = spellCheckSpanStart; in createMisspelledSuggestionSpan()