Searched refs:buildSystemFallback (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceSystemFallbackTest.java | 133 private static void buildSystemFallback(String xml, in buildSystemFallback() method in TypefaceSystemFallbackTest 142 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(TEST_FONTS_XML, in buildSystemFallback() 163 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(SYSTEM_FONTS_XML, in testBuildSystemFallback() 193 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored() 223 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily() 271 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback() 318 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily() 370 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2() 418 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback() 459 buildSystemFallback(xml, oemCustomization, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback() [all …]
|
/frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
D | SystemFonts_Delegate.java | 46 /*package*/ static FontConfig.Alias[] buildSystemFallback(@NonNull String xmlPath, in buildSystemFallback() method in SystemFonts_Delegate
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | FontFallbackSetup.java | 84 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(testFontsXml, in FontFallbackSetup()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | SystemFonts.java | 240 public static FontConfig.Alias[] buildSystemFallback(@NonNull String xmlPath, in buildSystemFallback() method in SystemFonts 313 sAliases = buildSystemFallback("/system/etc/fonts.xml", "/system/fonts/",
|
/frameworks/base/config/ |
D | boot-profile.txt | 44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
|