Searched defs:updatableFontMap (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/fonts/ |
| 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()
|
| D | SystemFonts.java | 229 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig() 251 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
|
| /frameworks/base/graphics/java/android/graphics/ |
| 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()
|
| /frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
| D | SystemFonts_Delegate.java | 61 Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
|
| /frameworks/base/core/tests/coretests/src/android/graphics/ |
| D | TypefaceSystemFallbackTest.java | 170 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local
|