Home | History | Annotate | Download | only in aapt

Lines Matching defs:maxIdx

389     ssize_t maxIdx = block.indexOfAttribute(NULL, "max");
390 if (maxIdx >= 0) {
391 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
405 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {