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()
451 private Spannable.Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TextView6018 mSpannableFactory = factory; in setSpannableFactory()6187 text = mSpannableFactory.newSpannable(text); in setText()6198 s2 = mSpannableFactory.newSpannable(text); in setText()6484 spannable = mSpannableFactory.newSpannable(text); in removeSuggestionSpans()