Home
last modified time | relevance | path

Searched refs:DEFAULT_FONT_WEIGHT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java62 public static final int DEFAULT_FONT_WEIGHT = 400; field in FontFamily_Delegate
344 fontInfo.mWeight = font.isBold() ? BOLD_FONT_WEIGHT : DEFAULT_FONT_WEIGHT;
391 return addFont(path, DEFAULT_FONT_WEIGHT, path.endsWith(FONT_SUFFIX_ITALIC));
DTypeface_Delegate.java211 this(fontFamilies, style, FontFamily_Delegate.DEFAULT_FONT_WEIGHT);