Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java109 String weightStr = parser.getAttributeValue(null, "weight"); in readFont() local
110 int weight = weightStr == null ? 400 : Integer.parseInt(weightStr); in readFont()
143 String weightStr = parser.getAttributeValue(null, "weight"); in readAlias() local
145 if (weightStr == null) { in readAlias()
148 weight = Integer.parseInt(weightStr); in readAlias()