Home
last modified time | relevance | path

Searched refs:sSystemFontMap (Results 1 – 3 of 3) 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.java122 static final Map<String, Typeface> sSystemFontMap; field in Typeface
562 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()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2382 Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map;