Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.h84 struct AaptAttribute { struct
85 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {})
101 Maybe<AaptAttribute> compiled_attribute; argument
/frameworks/base/tools/aapt2/link/
DReferenceLinker.h82 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
DReferenceLinker.cpp263 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
277 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
DXmlCompatVersioner.cpp172 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp133 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId()
134 return xml::AaptAttribute(Attribute(), id); in CreateAttributeWithId()
/frameworks/base/tools/aapt2/flatten/
DXmlFlattener.cpp248 const xml::AaptAttribute& aapt_attr = xml_attr->compiled_attribute.value(); in WriteAttributes()