Searched refs:attributeCount (Results 1 – 5 of 5) sorted by relevance
222 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local223 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()225 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
188 flatElem->attributeCount = util::hostToDevice16(mFilteredAttrs.size()); in writeAttributes()
1154 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1163 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1198 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1246 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1270 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1292 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1315 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1702 * dtohs(attrExt->attributeCount); in validateNode()1731 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1736 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
657 uint16_t attributeCount; member
1512 attrExt.attributeCount = htods(NA); in flatten_node()