Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp368 const ResourceId attr_id = attr.attr_ref->id.value_or(ResourceId(0)); in ProcessStyleable() local
369 array_def->AddElement(attr_id); in ProcessStyleable()
370 r_txt_contents = to_string(attr_id); in ProcessStyleable()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp773 const ResourceId attr_id = attr.compiled_attribute.value().id.value_or(ResourceId{}); in SerializeXmlToPb() local
774 pb_attr->set_resource_id(attr_id.id); in SerializeXmlToPb()