Home
last modified time | relevance | path

Searched refs:sSystemFontMap (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java295 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 …]