Home
last modified time | relevance | path

Searched refs:buildSystemFallback (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java133 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/
DSystemFonts_Delegate.java46 /*package*/ static FontConfig.Alias[] buildSystemFallback(@NonNull String xmlPath, in buildSystemFallback() method in SystemFonts_Delegate
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java84 final FontConfig.Alias[] aliases = SystemFonts.buildSystemFallback(testFontsXml, in FontFallbackSetup()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java240 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/
Dboot-profile.txt44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…