Searched defs:updatableFontMap (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontCustomizationParser.java | 94 @Nullable Map<String, File> updatableFontMap in parse() 127 @Nullable Map<String, File> updatableFontMap in readFamilies() 154 @Nullable Map<String, File> updatableFontMap) in readFamily() 198 @Nullable Map<String, File> updatableFontMap) in readFamilyList()
|
D | SystemFonts.java | 305 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig() 327 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigForTesting() 363 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
|
/frameworks/base/graphics/java/android/graphics/ |
D | FontListParser.java | 108 @Nullable Map<String, File> updatableFontMap, in parse() 154 @Nullable Map<String, File> updatableFontMap, in readFamilies() 261 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readFamily() 308 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readNamedFamily() 328 @Nullable Map<String, File> updatableFontMap, boolean allowNonExistingFile) in readNamedFamilyList() 364 @Nullable Map<String, File> updatableFontMap, in readFont() 449 @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 | 180 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local
|