Searched refs:systemFontMap (Results 1 – 3 of 3) sorted by relevance
66 Map<String, Typeface> systemFontMap = Typeface.getSystemFontMap(); in testSerializeFontMap() local72 SharedMemory sharedMemory = Typeface.serializeFontMap(systemFontMap); in testSerializeFontMap()86 Map<String, Typeface> systemFontMap = Typeface.getSystemFontMap(); in testSerializeFontMap_memory() local87 SharedMemory memory = Typeface.serializeFontMap(systemFontMap); in testSerializeFontMap_memory()
202 Map<String, Typeface> systemFontMap = SystemFonts.buildSystemTypefaces(fontConfig, in testSerialize() local204 SharedMemory sharedMemory = Typeface.serializeFontMap(systemFontMap); in testSerialize()209 assertEquals(systemFontMap.size(), copiedFontMap.size()); in testSerialize()210 for (String key : systemFontMap.keySet()) { in testSerialize()212 Typeface original = systemFontMap.get(key); in testSerialize()
1382 Map<String, Typeface> systemFontMap = new ArrayMap<>();1383 long[] nativePtrs = deserializeFontMap(sSystemFontMapBuffer, systemFontMap);1390 setSystemFontMap(systemFontMap);1398 public static void setSystemFontMap(Map<String, Typeface> systemFontMap) {1401 sSystemFontMap.putAll(systemFontMap);1430 registerGenericFamilyNative(genericFamily, systemFontMap.get(genericFamily));