Searched refs:AaptAttribute (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.h | 67 struct AaptAttribute { struct 68 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {}) 82 Maybe<AaptAttribute> compiled_attribute; argument
|
D | XmlDom.cpp | 242 attr.compiled_attribute = AaptAttribute(::aapt::Attribute(), {res_id}); in CopyAttributes()
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker.h | 61 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
|
D | ReferenceLinker.cpp | 254 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute() 268 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
|
D | XmlCompatVersioner.cpp | 172 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator.cpp | 382 size->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenSizeResourceId}); in AddScreens() 386 density->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenDensityResourceId}); in AddScreens()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Util.cpp | 139 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId() 140 return xml::AaptAttribute(Attribute(), id); in CreateAttributeWithId()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | XmlFlattener.cpp | 257 const xml::AaptAttribute& aapt_attr = xml_attr->compiled_attribute.value(); in WriteAttributes()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize_test.cpp | 196 attr.compiled_attribute = xml::AaptAttribute(Attribute{}, ResourceId(0x01010000)); in TEST()
|
D | ProtoDeserialize.cpp | 977 attr.compiled_attribute = xml::AaptAttribute{Attribute(), ResourceId(pb_attr.resource_id())}; in DeserializeXmlFromPb()
|