Searched refs:DEFAULT_FAMILY (Results 1 – 3 of 3) sorted by relevance
227 public static final String DEFAULT_FAMILY = "sans-serif"; field in Typeface390 RESOLVE_BY_FONT_TABLE /* italic */, DEFAULT_FAMILY); in createFromResources()404 DEFAULT_FAMILY); in findFromCache()691 mFallbackFamilyName == null ? DEFAULT_FAMILY : mFallbackFamilyName); in build()1153 return createFromFamiliesWithDefault(families, DEFAULT_FAMILY, weight, italic);1404 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1405 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));
81 import static android.graphics.Typeface.DEFAULT_FAMILY;833 0, null, RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE, DEFAULT_FAMILY); in clearFontCache()
18473 Landroid/graphics/Typeface;->DEFAULT_FAMILY:Ljava/lang/String;