Searched refs:DEFAULT_FAMILY (Results 1 – 3 of 3) sorted by relevance
173 private static final String DEFAULT_FAMILY = "sans-serif"; field in Typeface299 RESOLVE_BY_FONT_TABLE /* italic */, DEFAULT_FAMILY); in createFromResources()313 DEFAULT_FAMILY); in findFromCache()600 mFallbackFamilyName == null ? DEFAULT_FAMILY : mFallbackFamilyName); in build()1055 return createFromFamiliesWithDefault(families, DEFAULT_FAMILY, weight, italic);1146 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1147 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));
50 private static final String DEFAULT_FAMILY = "sans-serif"; field in SystemFonts79 return families == null ? sSystemFallbackMap.get(DEFAULT_FAMILY) : families; in getSystemFallback()
67 import static android.graphics.Typeface.DEFAULT_FAMILY;689 0, null, RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE, DEFAULT_FAMILY); in clearFontCache()