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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 62 public static final int DEFAULT_FONT_WEIGHT = 400;
344 fontInfo.mWeight = font.isBold() ? BOLD_FONT_WEIGHT : DEFAULT_FONT_WEIGHT;
391 return addFont(path, DEFAULT_FONT_WEIGHT, path.endsWith(FONT_SUFFIX_ITALIC));
Typeface_Delegate.java 211 this(fontFamilies, style, FontFamily_Delegate.DEFAULT_FONT_WEIGHT);

Completed in 26 milliseconds