Home | History | Annotate | Download | only in aapt

Lines Matching defs:attrIndex

2466                     ssize_t attrIndex = tree.indexOfAttribute(nsAttr.ns, nsAttr.attr);
2467 if (attrIndex < 0) {
2474 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,
2480 ssize_t attrIndex = tree.indexOfAttribute(RESOURCES_ANDROID_NAMESPACE, "onClick");
2481 if (attrIndex >= 0) {
2484 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,