Searched refs:attributeCount (Results 1 – 4 of 4) sorted by relevance
218 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local219 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()221 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
1117 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1126 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1157 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1201 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1223 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1245 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1268 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1628 * dtohs(attrExt->attributeCount); in validateNode()1657 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1662 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
650 uint16_t attributeCount; member
1478 attrExt.attributeCount = htods(NA); in flatten_node()