Home
last modified time | relevance | path

Searched refs:mSpannableFactory (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java37 private static final Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TimeZonePickerUtils
107 Spannable spannableText = mSpannableFactory.newSpannable(sb); in buildGmtDisplayName()
DTimeZoneInfo.java44 private static final Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TimeZoneInfo
175 Spannable spannableText = mSpannableFactory.newSpannable(mSB); in getGmtDisplayName()
/frameworks/base/core/java/android/widget/
DTextView.java476 private Spannable.Factory mSpannableFactory = Spannable.Factory.getInstance(); field in TextView
6148 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()