Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextHelper.java61 private Typeface mFontTypeface; field in AppCompatTextHelper
185 if (mFontTypeface != null) { in loadFromAttributes()
186 mView.setTypeface(mFontTypeface, mStyle); in loadFromAttributes()
239 mFontTypeface = null; in updateTypefaceAndStyle()
258 mFontTypeface = a.getFont(fontFamilyId, mStyle, replyCallback); in updateTypefaceAndStyle()
260 mAsyncFontPending = mFontTypeface == null; in updateTypefaceAndStyle()
265 if (mFontTypeface == null) { in updateTypefaceAndStyle()
269 mFontTypeface = Typeface.create(fontFamilyName, mStyle); in updateTypefaceAndStyle()
281 mFontTypeface = Typeface.SANS_SERIF; in updateTypefaceAndStyle()
285 mFontTypeface = Typeface.SERIF; in updateTypefaceAndStyle()
[all …]
/frameworks/base/core/java/android/widget/
DTextView.java3424 Typeface mFontTypeface = null; field in TextView.Drawables.TextAppearanceAttributes
3449 + " mFontTypeface:" + mFontTypeface + "\n" in toString()
3563 attributes.mFontTypeface = appearance.getFont(attr); in readTextAppearance()
3568 if (attributes.mFontTypeface == null) { in readTextAppearance()
3640 setTypefaceFromAttrs(attributes.mFontTypeface, attributes.mFontFamily, in applyTextAppearance()
/frameworks/base/config/
Dhiddenapi-private-dex.txt105641 Landroid/widget/TextView$TextAppearanceAttributes;->mFontTypeface:Landroid/graphics/Typeface;