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