Home | History | Annotate | Download | only in aapt

Lines Matching refs:maxIdx

379     ssize_t maxIdx = block.indexOfAttribute(NULL, "max");
380 if (maxIdx >= 0) {
381 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
395 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {