HomeSort by relevance Sort by last modified time
    Searched defs:hasStyleSpan (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 593 final boolean hasBoldStyle = hasStyleSpan(text, BOLD_SPAN);
594 final boolean hasUnderlineStyle = hasStyleSpan(text, UNDERLINE_SPAN);
613 private static boolean hasStyleSpan(@Nullable final CharSequence text,
648 return hasStyleSpan(text, BOLD_SPAN) ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT;
  /frameworks/base/core/java/android/text/
TextUtils.java     [all...]

Completed in 88 milliseconds