Home | History | Annotate | Download | only in widget

Lines Matching refs:typefaceIndex

735         int typefaceIndex = -1;
791 typefaceIndex = appearance.getInt(attr, -1);
1092 typefaceIndex = a.getInt(attr, typefaceIndex);
1420 typefaceIndex = MONOSPACE;
1424 typefaceIndex = MONOSPACE;
1427 if (typefaceIndex != -1 && !fontFamilyExplicit) {
1430 setTypefaceFromAttrs(fontFamily, typefaceIndex, styleIndex);
1528 private void setTypefaceFromAttrs(String familyName, int typefaceIndex, int styleIndex) {
1537 switch (typefaceIndex) {
2833 final int typefaceIndex = ta.getInt(R.styleable.TextAppearance_typeface, -1);
2835 setTypefaceFromAttrs(fontFamily, typefaceIndex, styleIndex);