Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/graphics/fonts/
DFontUpdateRequest.java73 private static final String ATTR_WEIGHT = "weight"; field in FontUpdateRequest.Font
133 out.attributeInt(null, ATTR_WEIGHT, font.getFontStyle().getWeight()); in writeToXml()
153 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()
/frameworks/base/graphics/java/android/graphics/
DFontListParser.java58 public static final String ATTR_WEIGHT = "weight"; field in FontListParser
228 String weightStr = parser.getAttributeValue(null, ATTR_WEIGHT); in readFont()