Home
last modified time | relevance | path

Searched refs:raw_value_idx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp253 int32_t raw_value_idx = parser->getAttributeValueStringID(i); in CopyAttributes() local
254 if (res_value.dataType != android::Res_value::TYPE_STRING || raw_value_idx < 0 || in CopyAttributes()
255 static_cast<uint32_t>(raw_value_idx) != res_value.data) { in CopyAttributes()