Searched refs:mSpannableFactory (Results 1 – 3 of 3) sorted by relevance
37 private static final Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TimeZonePickerUtils107 Spannable spannableText = mSpannableFactory.newSpannable(sb); in buildGmtDisplayName()
44 private static final Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TimeZoneInfo175 Spannable spannableText = mSpannableFactory.newSpannable(mSB); in getGmtDisplayName()
476 private Spannable.Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TextView6148 mSpannableFactory = factory; in setSpannableFactory()6316 text = mSpannableFactory.newSpannable(text); in setText()6327 s2 = mSpannableFactory.newSpannable(text); in setText()6618 spannable = mSpannableFactory.newSpannable(text); in removeSuggestionSpans()