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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java63 public static final int BOLD_FONT_WEIGHT_DELTA = 300; field in class:FontFamily_Delegate
453 if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {
455 srcWeight += BOLD_FONT_WEIGHT_DELTA;

Completed in 122 milliseconds