Home
last modified time | relevance | path

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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java107 Spannable spannableText = mSpannableFactory.newSpannable(sb); in buildGmtDisplayName() local
109 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()
DTimeZoneInfo.java183 Spannable spannableText = mSpannableFactory.newSpannable(mSB); in getGmtDisplayName() local
184 spannableText.setSpan(new ForegroundColorSpan(GMT_TEXT_COLOR), in getGmtDisplayName()
188 spannableText.setSpan(new ForegroundColorSpan(DST_SYMBOL_COLOR), in getGmtDisplayName()
191 displayName = spannableText; in getGmtDisplayName()