Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/graphics/fonts/
H A DFontUpdateRequest.java74 private static final String ATTR_WEIGHT = "weight"; field in FontUpdateRequest.Font
134 out.attributeInt(null, ATTR_WEIGHT, font.getFontStyle().getWeight()); in writeToXml()
154 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java64 public static final String ATTR_WEIGHT = "weight"; field in FontListParser
364 String weightStr = parser.getAttributeValue(null, ATTR_WEIGHT); in readFont()