Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java949 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local
967 systemFonts.put(f.getName(), typeface); in init()
971 Typeface base = systemFonts.get(alias.getToName()); in init()
977 systemFonts.put(alias.getName(), newFace); in init()
979 sSystemFontMap = systemFonts; in init()