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()
220 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
1218 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()1227 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()1262 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()1310 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()1334 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()1356 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()1379 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()1777 * dtohs(attrExt->attributeCount); in validateNode()1806 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()1811 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
664 uint16_t attributeCount; member
1509 attrExt.attributeCount = htods(NA); in flatten_node()