Searched refs:spannableText (Results 1 – 2 of 2) sorted by relevance
107 Spannable spannableText = mSpannableFactory.newSpannable(sb); in buildGmtDisplayName() local109 spannableText.setSpan(new ForegroundColorSpan(GMT_TEXT_COLOR), in buildGmtDisplayName()113 spannableText.setSpan(new ForegroundColorSpan(DST_SYMBOL_COLOR), in buildGmtDisplayName()117 CharSequence gmtDisplayName = spannableText; in buildGmtDisplayName()
183 Spannable spannableText = mSpannableFactory.newSpannable(mSB); in getGmtDisplayName() local184 spannableText.setSpan(new ForegroundColorSpan(GMT_TEXT_COLOR), in getGmtDisplayName()188 spannableText.setSpan(new ForegroundColorSpan(DST_SYMBOL_COLOR), in getGmtDisplayName()191 displayName = spannableText; in getGmtDisplayName()