Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java1669 attributes.mTypefaceIndex = MONOSPACE;
3932 int mTypefaceIndex = -1; field in TextView.Drawables.TextAppearanceAttributes
3960 + " 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73732 Landroid/widget/TextView$TextAppearanceAttributes;->mTypefaceIndex:I