Searched refs:sSystemFontMap (Results 1 – 2 of 2) sorted by relevance
26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
135 static final Map<String, Typeface> sSystemFontMap; field in Typeface1102 Typeface tf = sSystemFontMap.get(familyName);1143 sSystemFontMap = Collections.unmodifiableMap(systemFontMap);1146 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1147 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));