Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java157 private static void buildSystemFallback( in buildSystemFallback() method in TypefaceSystemFallbackTest
197 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in buildSystemFallback()
227 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testBuildSystemFallback()
253 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored()
281 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily()
327 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback()
372 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily()
422 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2()
468 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback()
507 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback()
[all …]
DTypefaceTest.java201 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java387 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig) { in buildSystemFallback() method in SystemFonts
388 return buildSystemFallback(fontConfig, new ArrayMap<>()); in buildSystemFallback()
398 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig, in buildSystemFallback() method in SystemFonts
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerService.java434 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
DFontManagerShellCommand.java325 SystemFonts.buildSystemFallback(fontConfig); in dump()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java1547 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig);
/frameworks/base/config/
Dboot-profile.txt44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18466 Landroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/util/…