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()
457 private Spannable.Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TextView6060 mSpannableFactory = factory; in setSpannableFactory()6229 text = mSpannableFactory.newSpannable(text); in setText()6240 s2 = mSpannableFactory.newSpannable(text); in setText()6527 spannable = mSpannableFactory.newSpannable(text); in removeSuggestionSpans()