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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java64 public static final int BOLD_FONT_WEIGHT = 700; field in class:FontFamily_Delegate
344 fontInfo.mWeight = font.isBold() ? BOLD_FONT_WEIGHT : DEFAULT_FONT_WEIGHT;
453 if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {

Completed in 126 milliseconds