HomeSort by relevance Sort by last modified time
    Searched refs:nameResId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
XMLNode.h 75 attribute_entry() : index(~(uint32_t)0), nameResId(0)
81 return nameResId == 0
91 uint32_t nameResId;
XMLNode.cpp 775 if (e.nameResId) {
776 mAttributeOrder.removeItem(e.nameResId);
785 mAttributes.editItemAt(attrIdx).nameResId = resId;
892 e.nameResId, NULL, &defPackage, table, &ac)) {
    [all...]

Completed in 860 milliseconds