Searched refs:DEFAULT_FAMILY (Results 1 – 3 of 3) sorted by relevance
223 public static final String DEFAULT_FAMILY = "sans-serif"; field in Typeface378 RESOLVE_BY_FONT_TABLE /* italic */, DEFAULT_FAMILY); in createFromResources()392 DEFAULT_FAMILY); in findFromCache()679 mFallbackFamilyName == null ? DEFAULT_FAMILY : mFallbackFamilyName); in build()1135 return createFromFamiliesWithDefault(families, DEFAULT_FAMILY, weight, italic);1356 if (sSystemFontMap.containsKey(DEFAULT_FAMILY)) {1357 setDefault(sSystemFontMap.get(DEFAULT_FAMILY));
66 import static android.graphics.Typeface.DEFAULT_FAMILY;671 0, null, RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE, DEFAULT_FAMILY); in clearFontCache()
21351 Landroid/graphics/Typeface;->DEFAULT_FAMILY:Ljava/lang/String;