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()
389 private Spannable.Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TextView5181 mSpannableFactory = factory;5314 text = mSpannableFactory.newSpannable(text);5325 s2 = mSpannableFactory.newSpannable(text);5590 spannable = mSpannableFactory.newSpannable(text);