Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Accessor.java26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java154 static final Map<String, Typeface> sSystemFontMap = new ArrayMap<>(); field in Typeface
283 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();