Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java348 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local
362 systemFonts.put(f.name, typeface); in init()
366 Typeface base = systemFonts.get(alias.toName); in init()
372 systemFonts.put(alias.name, newFace); in init()
374 sSystemFontMap = systemFonts; in init()