Searched refs:hasStyleSpan (Results 1 – 1 of 1) sorted by relevance
593 final boolean hasBoldStyle = hasStyleSpan(text, BOLD_SPAN); in getEllipsizedTextWithSettingScaleX()594 final boolean hasUnderlineStyle = hasStyleSpan(text, UNDERLINE_SPAN); in getEllipsizedTextWithSettingScaleX()613 private static boolean hasStyleSpan(@Nullable final CharSequence text, in hasStyleSpan() method in SuggestionStripLayoutHelper648 return hasStyleSpan(text, BOLD_SPAN) ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT; in getTextTypeface()