Home
last modified time | relevance | path

Searched refs:lengthDelta (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java2648 final int lengthDelta = suggestion.length() - (spanEnd - spanStart); in replaceWithSuggestion() local
2655 suggestionSpansEnds[i] + lengthDelta, suggestionSpansFlags[i]); in replaceWithSuggestion()
2659 final int newCursorPosition = spanEnd + lengthDelta; in replaceWithSuggestion()