Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java97 @Nullable Map<String, File> updatableFontMap, in parse() argument
105 updatableFontMap); in parse()
118 return readFamilies(parser, systemFontDir, oemCustomization, updatableFontMap, in parse()
127 @Nullable Map<String, File> updatableFontMap, in readFamilies() argument
143 FontConfig.FontFamily family = readFamily(parser, fontDir, updatableFontMap, in readFamilies()
181 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readFamily() argument
191 FontConfig.Font font = readFont(parser, fontDir, updatableFontMap, in readFamily()
221 @Nullable Map<String, File> updatableFontMap, in readFont() argument
254 String updatedName = findUpdatedFontFile(postScriptName, updatableFontMap); in readFont()
292 @Nullable Map<String, File> updatableFontMap) { in findUpdatedFontFile() argument
[all …]
/frameworks/base/graphics/java/android/graphics/fonts/
DFontCustomizationParser.java80 @Nullable Map<String, File> updatableFontMap in parse() argument
85 return readFamilies(parser, fontDir, updatableFontMap); in parse()
107 @Nullable Map<String, File> updatableFontMap in readFamilies() argument
116 readFamily(parser, fontDir, families, updatableFontMap); in readFamilies()
130 @Nullable Map<String, File> updatableFontMap) in readFamily() argument
138 parser, fontDir, updatableFontMap, false); in readFamily()
DSystemFonts.java217 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig() argument
222 updatableFontMap, lastModifiedDate, configVersion); in getSystemFontConfig()
239 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal() argument
245 updatableFontMap, lastModifiedDate, configVersion); in getSystemFontConfigInternal()
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java52 Map<String, File> updatableFontMap) { in getSystemFontConfigInternal() argument
56 null, null, updatableFontMap, 0, 0); in getSystemFontConfigInternal()
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java166 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local
168 updatableFontMap.put(file.getName(), file); in buildSystemFallback()
174 TEST_FONTS_XML, TEST_FONT_DIR, oemXmlPath, TEST_OEM_DIR, updatableFontMap, 0, in buildSystemFallback()