Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java99 @Nullable Map<String, File> updatableFontMap, in parse() argument
107 updatableFontMap); in parse()
120 return readFamilies(parser, systemFontDir, oemCustomization, updatableFontMap, in parse()
145 @Nullable Map<String, File> updatableFontMap, in readFamilies() argument
216 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readFamily() argument
226 FontConfig.Font font = readFont(parser, fontDir, updatableFontMap, in readFamily()
256 @Nullable Map<String, File> updatableFontMap, in readFont() argument
289 String updatedName = findUpdatedFontFile(postScriptName, updatableFontMap); in readFont()
327 @Nullable Map<String, File> updatableFontMap) { in findUpdatedFontFile() argument
328 if (updatableFontMap != null) { in findUpdatedFontFile()
[all …]
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A 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()
H A 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()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DSystemFonts_Delegate.java52 Map<String, File> updatableFontMap) { in getSystemFontConfigInternal() argument
56 null, null, updatableFontMap, 0, 0); in getSystemFontConfigInternal()
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A 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()