Searched refs:buildSystemFallback (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceSystemFallbackTest.java | 143 private static void buildSystemFallback( in buildSystemFallback() method in TypefaceSystemFallbackTest 180 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in buildSystemFallback() 210 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testBuildSystemFallback() 236 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored() 264 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily() 310 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback() 355 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily() 405 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2() 451 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback() 490 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback() [all …]
|
D | TypefaceTest.java | 200 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | SystemFonts.java | 260 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig) { in buildSystemFallback() method in SystemFonts 261 return buildSystemFallback(fontConfig, new ArrayMap<>()); in buildSystemFallback() 266 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig, in buildSystemFallback() method in SystemFonts
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | FontFallbackSetup.java | 87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
|
/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
D | FontManagerService.java | 329 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
|
D | FontManagerShellCommand.java | 314 SystemFonts.buildSystemFallback(fontConfig); in dump()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 1442 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig);
|
/frameworks/base/config/ |
D | boot-profile.txt | 44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21344 Landroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/util/…
|