Searched refs:sSystemFontMap (Results 1 – 1 of 1) sorted by relevance
66 static Map<String, Typeface> sSystemFontMap; field in Typeface116 if (sSystemFontMap != null) { in create()117 return create(sSystemFontMap.get(familyName), style); in create()321 sSystemFontMap = systemFonts; in init()