Home | History | Annotate | Download | only in widget

Lines Matching full:typefaceindex

470         int typefaceIndex = -1;
519 typefaceIndex = appearance.getInt(attr, -1);
784 typefaceIndex = a.getInt(attr, typefaceIndex);
1058 typefaceIndex = MONOSPACE;
1062 typefaceIndex = MONOSPACE;
1065 setTypefaceFromAttrs(fontFamily, typefaceIndex, styleIndex);
1125 private void setTypefaceFromAttrs(String familyName, int typefaceIndex, int styleIndex) {
1134 switch (typefaceIndex) {
2194 int typefaceIndex, styleIndex;
2198 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
2203 setTypefaceFromAttrs(familyName, typefaceIndex, styleIndex);