Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java147 private static void buildSystemFallback( in buildSystemFallback() method in TypefaceSystemFallbackTest
243 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored()
271 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily()
317 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback()
362 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily()
412 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2()
458 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback()
497 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback()
536 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback_customFallback()
584 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_multiLingualFamilies()
[all …]
H A DTypefaceTest.java201 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java274 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig) { in buildSystemFallback() method in SystemFonts
275 return buildSystemFallback(fontConfig, new ArrayMap<>()); in buildSystemFallback()
285 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig, in buildSystemFallback() method in SystemFonts
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java381 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
H A DFontManagerShellCommand.java325 SystemFonts.buildSystemFallback(fontConfig); in dump()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java1544 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig);
/aosp14/frameworks/base/config/
H A Dboot-profile.txt44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18466 Landroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/util/…