Searched refs:sSystemFontMap (Results 1 – 1 of 1) sorted by relevance
295 return sSystemFontMap.containsKey(familyName); in hasFontFamily()1216 Typeface tf = sSystemFontMap.get(familyName);1351 return sSystemFontMap;1400 sSystemFontMap.clear();1401 sSystemFontMap.putAll(systemFontMap);1404 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1405 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));1457 oldGenerics.add(sSystemFontMap.get("sans-serif"));1460 oldGenerics.add(sSystemFontMap.get("serif"));1463 oldGenerics.add(sSystemFontMap.get("monospace"));[all …]