HomeSort by relevance Sort by last modified time
    Searched full:suggestionspans (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java 35 * Only SuggestionSpans that don't have the SPAN_PARAGRAPH span are copied.
71 * SuggestionSpans that don't have the PARAGRAPH flag, but not other spans.
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
SpellChecker.java 140 // Remove existing misspelled SuggestionSpans
584 SuggestionSpan[] suggestionSpans = editable.getSpans(start - 1, end + 1,
675 removeSpansAt(editable, start, suggestionSpans);
680 removeSpansAt(editable, end, suggestionSpans);
    [all...]
TextView.java     [all...]

Completed in 245 milliseconds