Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java3836 Typeface mFontTypeface = null; field in TextView.Drawables.TextAppearanceAttributes
3863 + " mFontTypeface:" + mFontTypeface + "\n" in toString()
3991 attributes.mFontTypeface = appearance.getFont(attr); in readTextAppearance()
3996 if (attributes.mFontTypeface == null) { in readTextAppearance()
4075 setTypefaceFromAttrs(attributes.mFontTypeface, attributes.mFontFamily, in applyTextAppearance()