Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java143 private static void buildSystemFallback( in buildSystemFallback() method in TypefaceSystemFallbackTest
236 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NonExistentFontShouldBeIgnored()
264 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_NamedFamily()
310 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_defaultFallback()
355 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily()
405 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_namedFallbackFamily2()
451 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ImplicitSansSerifFallback()
490 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback()
529 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_ElegantFallback_customFallback()
577 buildSystemFallback(xml, null, fontMap, fallbackMap); in testBuildSystemFallback_multiLingualFamilies()
[all …]
H A DTypefaceTest.java200 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java260 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig) { in buildSystemFallback() method in SystemFonts
261 return buildSystemFallback(fontConfig, new ArrayMap<>()); in buildSystemFallback()
266 public static Map<String, FontFamily[]> buildSystemFallback(FontConfig fontConfig, in buildSystemFallback() method in SystemFonts
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java329 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
H A DFontManagerShellCommand.java314 SystemFonts.buildSystemFallback(fontConfig); in dump()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java1442 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig);
/aosp12/frameworks/base/config/
H A Dboot-profile.txt44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21344 Landroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/util/…