Searched refs:AaptAttribute (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h59 // Resolves the attribute reference and returns an xml::AaptAttribute if successful.
61 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
H A DReferenceLinker.cpp253 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference,
267 return xml::AaptAttribute(*symbol->attribute, symbol->id);
H A DXmlCompatVersioner.cpp172 xml::AaptAttribute{attr.attr, attr.id},
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h67 struct AaptAttribute { struct in namespace:aapt::xml
68 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {}) function in struct:aapt::xml::AaptAttribute
82 Maybe<AaptAttribute> compiled_attribute;
H A DXmlDom.cpp241 attr.compiled_attribute = AaptAttribute(::aapt::Attribute(), {res_id});
/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp365 size->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenSizeResourceId});
369 density->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenDensityResourceId});
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp132 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) {
133 return xml::AaptAttribute(Attribute(), id);
/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp260 const xml::AaptAttribute& aapt_attr = xml_attr->compiled_attribute.value();
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp183 attr.compiled_attribute = xml::AaptAttribute(Attribute{}, ResourceId(0x01010000));
H A DProtoDeserialize.cpp916 attr.compiled_attribute = xml::AaptAttribute{Attribute(), ResourceId(pb_attr.resource_id())};

Completed in 197 milliseconds