Home
last modified time | relevance | path

Searched refs:DEFAULT_FAMILY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DTypeface.java173 private static final String DEFAULT_FAMILY = "sans-serif"; field in Typeface
299 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));
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java50 private static final String DEFAULT_FAMILY = "sans-serif"; field in SystemFonts
79 return families == null ? sSystemFallbackMap.get(DEFAULT_FAMILY) : families; in getSystemFallback()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java67 import static android.graphics.Typeface.DEFAULT_FAMILY;
689 0, null, RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE, DEFAULT_FAMILY); in clearFontCache()