Home
last modified time | relevance | path

Searched defs: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()
114 @Nullable Map<String, File> updatableFontMap in readFamilies()
139 @Nullable Map<String, File> updatableFontMap) in readFamily()
160 @Nullable Map<String, File> updatableFontMap) in readFamilyList()
H A DSystemFonts.java229 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig()
251 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java103 @Nullable Map<String, File> updatableFontMap, in parse()
149 @Nullable Map<String, File> updatableFontMap, in readFamilies()
254 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readFamily()
301 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readNamedFamily()
321 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readNamedFamilyList()
357 @Nullable Map<String, File> updatableFontMap, in readFont()
428 @Nullable Map<String, File> updatableFontMap) { in findUpdatedFontFile()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java170 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local