Searched refs:sSystemFontMap (Results 1 – 2 of 2) sorted by relevance
26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
154 static final Map<String, Typeface> sSystemFontMap = new ArrayMap<>(); field in Typeface283 return sSystemFontMap.containsKey(familyName); in hasFontFamily()1180 Typeface tf = sSystemFontMap.get(familyName);1303 return sSystemFontMap;1352 sSystemFontMap.clear();1353 sSystemFontMap.putAll(systemFontMap);1356 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1357 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));1427 for (Typeface typeface : sSystemFontMap.values()) {1430 sSystemFontMap.clear();