Searched refs:mTypefaceIndex (Results 1 – 2 of 2) sorted by relevance
1601 attributes.mTypefaceIndex = MONOSPACE;3838 int mTypefaceIndex = -1; field in TextView.Drawables.TextAppearanceAttributes3865 + " mTypefaceIndex:" + mTypefaceIndex + "\n" in toString()3983 attributes.mTypefaceIndex = appearance.getInt(attr, attributes.mTypefaceIndex); in readTextAppearance()3984 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in readTextAppearance()4072 if (attributes.mTypefaceIndex != -1 && !attributes.mFontFamilyExplicit) { in applyTextAppearance()4076 attributes.mTypefaceIndex, attributes.mTextStyle, attributes.mFontWeight); in applyTextAppearance()
90969 Landroid/widget/TextView$TextAppearanceAttributes;->mTypefaceIndex:I