Searched refs:raw_value_idx (Results 1 – 1 of 1) sorted by relevance
254 int32_t raw_value_idx = parser->getAttributeValueStringID(i); in CopyAttributes() local255 if (res_value.dataType != android::Res_value::TYPE_STRING || raw_value_idx < 0 || in CopyAttributes()256 static_cast<uint32_t>(raw_value_idx) != res_value.data) { in CopyAttributes()