Home
last modified time | relevance | path

Searched refs:attributeCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleXmlHelper.kt111 for (i in 0 until attributeCount) { in XmlPullParser()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java222 int attributeCount = parser.getAttributeCount(); in createStateListAnimatorFromXml() local
223 int[] states = new int[attributeCount]; in createStateListAnimatorFromXml()
225 for (int i = 0; i < attributeCount; i++) { in createStateListAnimatorFromXml()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp220 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1223 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()
1232 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()
1267 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()
1315 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()
1339 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()
1361 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()
1383 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()
1780 * dtohs(attrExt->attributeCount); in validateNode()
1809 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()
1814 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h668 uint16_t attributeCount; member
/frameworks/base/tools/aapt/
DXMLNode.cpp1509 attrExt.attributeCount = htods(NA); in flatten_node()