Searched refs:sSystemFallbackMap (Results 1 – 2 of 2) sorted by relevance
54 private static final Map<String, FontFamily[]> sSystemFallbackMap; field in SystemFonts78 final FontFamily[] families = sSystemFallbackMap.get(familyName); in getSystemFallback()79 return families == null ? sSystemFallbackMap.get(DEFAULT_FAMILY) : families; in getSystemFallback()89 return sSystemFallbackMap; in getRawSystemFallbackMap()316 sSystemFallbackMap = Collections.unmodifiableMap(systemFallbackMap);
143 static final Map<String, android.graphics.FontFamily[]> sSystemFallbackMap = field in Typeface