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()
210 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
1160 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1169 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1204 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1252 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1276 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1298 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1321 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1708 * dtohs(attrExt->attributeCount); in validateNode()1737 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1742 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
656 uint16_t attributeCount; member
1512 attrExt.attributeCount = htods(NA); in flatten_node()