OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systemfonts
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Typeface.java
348
Map<String, Typeface>
systemFonts
= new HashMap<String, Typeface>();
362
systemFonts
.put(f.name, typeface);
366
Typeface base =
systemFonts
.get(alias.toName);
372
systemFonts
.put(alias.name, newFace);
374
sSystemFontMap =
systemFonts
;
Completed in 46 milliseconds