Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java65 public static final int BOLD_FONT_WEIGHT = 700; field in FontFamily_Delegate
446 … if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {