Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontCustomizationParser.java83 @Nullable Map<String, File> updatableFontMap in parse() argument
88 return readFamilies(parser, fontDir, updatableFontMap); in parse()
114 @Nullable Map<String, File> updatableFontMap in readFamilies() argument
123 readFamily(parser, fontDir, families, updatableFontMap); in readFamilies()
125 readFamilyList(parser, fontDir, families, updatableFontMap); in readFamilies()
139 @Nullable Map<String, File> updatableFontMap) in readFamily() argument
147 parser, fontDir, updatableFontMap, false); in readFamily()
160 @Nullable Map<String, File> updatableFontMap) in readFamilyList() argument
168 parser, fontDir, updatableFontMap, false); in readFamilyList()
H A DSystemFonts.java229 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig() argument
234 updatableFontMap, lastModifiedDate, configVersion); in getSystemFontConfig()
251 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal() argument
257 updatableFontMap, lastModifiedDate, configVersion); in getSystemFontConfigInternal()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java103 @Nullable Map<String, File> updatableFontMap, in parse() argument
111 updatableFontMap); in parse()
149 @Nullable Map<String, File> updatableFontMap, in readFamilies() argument
178 parser, fontDir, updatableFontMap, allowNonExistingFile); in readFamilies()
195 parser, fontDir, updatableFontMap, allowNonExistingFile); in readFamilies()
264 FontConfig.Font font = readFont(parser, fontDir, updatableFontMap, in readFamily()
357 @Nullable Map<String, File> updatableFontMap, in readFont() argument
390 String updatedName = findUpdatedFontFile(postScriptName, updatableFontMap); in readFont()
428 @Nullable Map<String, File> updatableFontMap) { in findUpdatedFontFile() argument
429 if (updatableFontMap != null) { in findUpdatedFontFile()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java170 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local
175 updatableFontMap.put(psName, file); in buildSystemFallback()
181 TEST_FONTS_XML, TEST_FONT_DIR, oemXmlPath, TEST_OEM_DIR, updatableFontMap, 0, in buildSystemFallback()