Searched defs:updatableFontMap (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontCustomizationParser.java | 83 @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 D | SystemFonts.java | 229 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig() 251 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | FontListParser.java | 103 @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 D | TypefaceSystemFallbackTest.java | 170 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local
|