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

  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewAssertions.java 147 if (text instanceof Spanned && !TextUtils.hasStyleSpan((Spanned) text)) {
  /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...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 456 milliseconds