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.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()
DSystemFonts.java229 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfig()
251 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
/frameworks/base/graphics/java/android/graphics/
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()
/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.java170 Map<String, File> updatableFontMap = new HashMap<>(); in buildSystemFallback() local