Home
last modified time | relevance | path

Searched defs:fontConfig (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java159 final FontConfig.Font fontConfig = fonts.get(i); in createFontFamily() local
260 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig) { in buildSystemFallback()
266 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig, in buildSystemFallback()
307 FontConfig fontConfig, in buildSystemTypefaces()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerShellCommand.java120 FontConfig fontConfig = mService.getSystemFontConfig(); in dumpAll() local
156 @NonNull FontConfig fontConfig in dumpFontConfig()
309 FontConfig fontConfig = mService.getSystemFontConfig(); in dump() local
DUpdatableFontDir.java180 FontConfig fontConfig = null; in loadFontFileMap() local
375 FontConfig fontConfig = getSystemFontConfig(); in installFontFile() local
420 private boolean addFileToMapIfSameOrNewer(FontFileInfo fontFileInfo, FontConfig fontConfig, in addFileToMapIfSameOrNewer()
446 private long getPreinstalledFontRevision(FontFileInfo info, FontConfig fontConfig) { in getPreinstalledFontRevision()
DFontManagerService.java325 private static SharedMemory serializeFontMap(FontConfig fontConfig) { in serializeFontMap()
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DUpdatableFontDirTest.java914 FontConfig fontConfig = dir.getSystemFontConfig(); in getSystemFontConfig() local
940 FontConfig fontConfig = dir.getSystemFontConfig(); in getSystemFontConfig_preserveFirstFontFamily() local
1012 private static FontConfig.FontFamily getLastFamily(FontConfig fontConfig, String familyName) { in getLastFamily()
1022 private static void assertNamedFamilyExists(FontConfig fontConfig, String familyName) { in assertNamedFamilyExists()
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java80 FontConfig fontConfig; in FontFallbackSetup() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java199 FontConfig fontConfig = SystemFonts.getSystemPreinstalledFontConfig(); in testSerialize() local
DTypefaceSystemFallbackTest.java171 FontConfig fontConfig; in buildSystemFallback() local
200 FontConfig fontConfig; in testBuildSystemFallback() local