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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java56 public static final int BOLD_FONT_WEIGHT_DELTA = 300; field in class:FontFamily_Delegate
358 if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {
360 srcWeight += BOLD_FONT_WEIGHT_DELTA;
H A DTypeface_Delegate.java90 int weight = mWeight + ((mStyle & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA);

Completed in 35 milliseconds