Searched defs:updateSpellCheckSpans (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DEditor.java381 updateSpellCheckSpans(0, mTextView.getText().length(),
668 private void updateSpellCheckSpans(int start, int end, boolean createSpellChecker) { method in class:Editor
1249 updateSpellCheckSpans(start, start + after, false);
3396 updateSpellCheckSpans(spanStart, spanEnd, false);

Completed in 43 milliseconds