Searched refs:DEFAULT_FONT_WEIGHT (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java62 public static final int DEFAULT_FONT_WEIGHT = 400; field in class: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));
H A DTypeface_Delegate.java211 this(fontFamilies, style, FontFamily_Delegate.DEFAULT_FONT_WEIGHT);

Completed in 50 milliseconds