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