Home | History | Annotate | Download | only in aapt

Lines Matching defs:startIdx

1037                 ssize_t startIdx = block.indexOfAttribute(NULL, "start");
1038 if (startIdx >= 0) {
1039 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len);
1043 String8(block.getAttributeStringValue(startIdx, &len)).string());