Home | History | Annotate | Download | only in aapt

Lines Matching defs:startIdx

1011                 ssize_t startIdx = block.indexOfAttribute(NULL, "start");
1012 if (startIdx >= 0) {
1013 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len);
1017 String8(block.getAttributeStringValue(startIdx, &len)).string());