HomeSort by relevance Sort by last modified time
    Searched full:weightstr (Results 1 - 1 of 1) sorted by null

  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 115 String weightStr = parser.getAttributeValue(null, "weight");
116 int weight = weightStr == null ? 400 : Integer.parseInt(weightStr);
133 String weightStr = parser.getAttributeValue(null, "weight");
134 if (weightStr == null) {
137 alias.weight = Integer.parseInt(weightStr);

Completed in 75 milliseconds