Searched defs:DEFAULT_FONT_WEIGHT (Results 1 - 1 of 1) sorted by relevance

/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));

Completed in 430 milliseconds