HomeSort by relevance Sort by last modified time
    Searched refs:BOLD_FONT_WEIGHT_DELTA (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 63 public static final int BOLD_FONT_WEIGHT_DELTA = 300;
453 if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {
455 srcWeight += BOLD_FONT_WEIGHT_DELTA;
Typeface_Delegate.java 87 int weight = mWeight + ((mStyle & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA);

Completed in 31 milliseconds