Searched refs:typefaceIndex (Results 1 – 2 of 2) sorted by relevance
198 int typefaceIndex, styleIndex; in setSwitchTextAppearance() local200 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance()205 setSwitchTypefaceByIndex(typefaceIndex, styleIndex); in setSwitchTextAppearance()210 private void setSwitchTypefaceByIndex(int typefaceIndex, int styleIndex) { in setSwitchTypefaceByIndex() argument212 switch (typefaceIndex) { in setSwitchTypefaceByIndex()
469 int typefaceIndex = -1; in TextView() local518 typefaceIndex = appearance.getInt(attr, -1); in TextView()779 typefaceIndex = a.getInt(attr, typefaceIndex); in TextView()1061 typefaceIndex = MONOSPACE; in TextView()1064 typefaceIndex = MONOSPACE; in TextView()1067 setTypefaceByIndex(typefaceIndex, styleIndex); in TextView()1126 private void setTypefaceByIndex(int typefaceIndex, int styleIndex) { in setTypefaceByIndex() argument1128 switch (typefaceIndex) { in setTypefaceByIndex()2120 int typefaceIndex, styleIndex; in setTextAppearance() local2122 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. in setTextAppearance()[all …]