Searched refs:lengthDelta (Results 1 – 1 of 1) sorted by relevance
2920 final int lengthDelta = suggestion.length() - (spanEnd - spanStart); in replaceWithSuggestion() local2927 suggestionSpansEnds[i] + lengthDelta, suggestionSpansFlags[i]); in replaceWithSuggestion()2931 final int newCursorPosition = spanEnd + lengthDelta; in replaceWithSuggestion()