Searched refs:sSystemFontMap (Results 1 – 3 of 3) sorted by relevance
26 return Typeface.sSystemFontMap.containsKey(fontName); in isSystemFont()
122 static final Map<String, Typeface> sSystemFontMap; field in Typeface562 Typeface base = sSystemFontMap.get(mFallbackFamilyName); in resolveFallbackTypeface()683 return create(sSystemFontMap.get(familyName), style); in create()1136 sSystemFontMap = Collections.unmodifiableMap(systemFontMap);1139 setDefault(sSystemFontMap.get(DEFAULT_FAMILY)); in sSystemFontMap.get()
2382 Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map;