Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java1601 attributes.mTypefaceIndex = MONOSPACE;
3838 int mTypefaceIndex = -1; field in TextView.Drawables.TextAppearanceAttributes
3865 + " 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90969 Landroid/widget/TextView$TextAppearanceAttributes;->mTypefaceIndex:I