Home
last modified time | relevance | path

Searched defs:updatableFontMap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontCustomizationParser.java94 @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()
DSystemFonts.java305 @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/
DFontListParser.java108 @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/
DSystemFonts_Delegate.java61 Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java180 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local