Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp365 const ResourceId attr_id = attr.attr_ref->id.value_or_default(ResourceId(0)); in ProcessStyleable() local
366 array_def->AddElement(attr_id); in ProcessStyleable()
367 r_txt_contents = to_string(attr_id); in ProcessStyleable()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp762 const ResourceId attr_id = attr.compiled_attribute.value().id.value_or_default({}); in SerializeXmlToPb() local
763 pb_attr->set_resource_id(attr_id.id); in SerializeXmlToPb()