Searched refs:getAttributeValueInt (Results 1 – 1 of 1) sorted by relevance
153 int index = getAttributeValueInt(parser, ATTR_INDEX, 0); in readFromXml()154 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()155 int slant = getAttributeValueInt(parser, ATTR_SLANT, FontStyle.FONT_SLANT_UPRIGHT); in readFromXml()421 private static int getAttributeValueInt(XmlPullParser parser, String name, int defaultValue) { in getAttributeValueInt() method in FontUpdateRequest