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.java135 static final Map<String, Typeface> sSystemFontMap; field in Typeface
1102 Typeface tf = sSystemFontMap.get(familyName);
1143 sSystemFontMap = Collections.unmodifiableMap(systemFontMap);
1146 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {
1147 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));