Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java295 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local
309 systemFonts.put(f.name, typeface); in init()
313 Typeface base = systemFonts.get(alias.toName); in init()
319 systemFonts.put(alias.name, newFace); in init()
321 sSystemFontMap = systemFonts; in init()