Home
last modified time | relevance | path

Searched refs:hasStyleSpan (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java593 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 SuggestionStripLayoutHelper
648 return hasStyleSpan(text, BOLD_SPAN) ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT; in getTextTypeface()