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.java108 private static void buildSystemFallback(String xml, in buildSystemFallback() method in TypefaceSystemFallbackTest
115 Typeface.buildSystemFallback(TEST_FONTS_XML, TEST_FONT_DIR, fontMap, fallbackMap); in buildSystemFallback()
123 Typeface.buildSystemFallback(SYSTEM_FONTS_XML, SYSTEM_FONT_DIR, fontMap, fallbackMap); in testBuildSystemFallback()
147 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored()
175 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily()
221 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback()
266 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily()
316 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2()
362 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback()
401 buildSystemFallback(xml, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java76 Typeface.buildSystemFallback(testFontsXml, mTestFontsDir, mFontMap, fallbackMap); in FontFallbackSetup()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java1057 public static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() method in Typeface
1134 buildSystemFallback("/system/etc/fonts.xml", "/system/fonts/", systemFontMap,
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java228 /*package*/ static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() method in Typeface_Delegate
/frameworks/base/config/
Dboot-image-profile.txt20361 HSPLandroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/ut…