Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java1495 attributes.mTypefaceIndex = MONOSPACE;
3426 int mTypefaceIndex = -1; field in TextView.Drawables.TextAppearanceAttributes
3451 + " mTypefaceIndex:" + mTypefaceIndex + "\n" in toString()
3555 attributes.mTypefaceIndex = appearance.getInt(attr, attributes.mTypefaceIndex); in readTextAppearance()
3556 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in readTextAppearance()
3637 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in applyTextAppearance()
3641 attributes.mTypefaceIndex, attributes.mStyleIndex, attributes.mFontWeight); in applyTextAppearance()
/frameworks/base/config/
Dhiddenapi-private-dex.txt105657 Landroid/widget/TextView$TextAppearanceAttributes;->mTypefaceIndex:I