Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoPriorityResolver.java160 int attributeCount = parser.getAttributeCount(); in loadPhotoPriorityFromXml() local
161 for (int i = 0; i < attributeCount; i++) { in loadPhotoPriorityFromXml()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItem.java308 int attributeCount = Math.max(attrIds.length, attrMap.length); in fromAvrcpAttributeArray() local
309 for (int i = 0; i < attributeCount; i++) { in fromAvrcpAttributeArray()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DExternalAccountType.java325 int attributeCount = parser.getAttributeCount(); in inflate() local
326 for (int i = 0; i < attributeCount; i++) { in inflate()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DExternalAccountType.java363 int attributeCount = parser.getAttributeCount(); in inflate() local
364 for (int i = 0; i < attributeCount; i++) { in inflate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleXmlHelper.kt150 for (i in 0 until attributeCount) {
/aosp12/frameworks/base/core/java/android/animation/
H A 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()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp220 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size()); in WriteAttributes()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DSectionParser.java1730 int attributeCount = data[pos] & 0x1f; in parseGenre() local
1731 if (limit <= pos + attributeCount) { in parseGenre()
1737 for (int i = 0; i < attributeCount; ++i) { in parseGenre()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1335 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()
1344 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()
1379 if (idx < dtohs(tag->attributeCount)) { in getAttributeNameID()
1427 if (idx < dtohs(tag->attributeCount)) { in getAttributeValueStringID()
1451 if (idx < dtohs(tag->attributeCount)) { in getAttributeDataType()
1473 if (idx < dtohs(tag->attributeCount)) { in getAttributeData()
1495 if (idx < dtohs(tag->attributeCount)) { in getAttributeValue()
1892 * dtohs(attrExt->attributeCount); in validateNode()
1921 if ((((size_t)dtohs(node->attributeSize))*dtohs(node->attributeCount)) in validateNode()
1926 ((int)dtohs(node->attributeSize))*dtohs(node->attributeCount), in validateNode()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h685 uint16_t attributeCount; member
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.cpp1509 attrExt.attributeCount = htods(NA); in flatten_node()