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.java143 private static void buildSystemFallback( in buildSystemFallback() method in TypefaceSystemFallbackTest
180 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in buildSystemFallback()
210 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testBuildSystemFallback()
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()
[all …]
DTypefaceTest.java200 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
/frameworks/base/graphics/java/android/graphics/fonts/
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
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerService.java329 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
DFontManagerShellCommand.java314 SystemFonts.buildSystemFallback(fontConfig); in dump()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java1442 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.txt21344 Landroid/graphics/Typeface;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landroid/util/…