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