Searched refs:maxIdx (Results 1 – 1 of 1) sorted by relevance
384 ssize_t maxIdx = block.indexOfAttribute(NULL, "max"); in compileAttribute() local385 if (maxIdx >= 0) { in compileAttribute()386 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()400 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()