Searched refs:mTypefaceIndex (Results 1 – 2 of 2) sorted by relevance
1669 attributes.mTypefaceIndex = MONOSPACE;3932 int mTypefaceIndex = -1; field in TextView.Drawables.TextAppearanceAttributes3960 + " mTypefaceIndex:" + mTypefaceIndex + "\n" in toString()4079 attributes.mTypefaceIndex = appearance.getInt(attr, attributes.mTypefaceIndex); in readTextAppearance()4080 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in readTextAppearance()4169 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in applyTextAppearance()4173 attributes.mTypefaceIndex, attributes.mTextStyle, attributes.mFontWeight); in applyTextAppearance()
73732 Landroid/widget/TextView$TextAppearanceAttributes;->mTypefaceIndex:I