Searched refs:AaptAttribute (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.h | 66 struct AaptAttribute { struct 67 explicit AaptAttribute(const ::aapt::Attribute& attr, const std::optional<ResourceId>& resid = {}) 81 std::optional<AaptAttribute> compiled_attribute; argument
|
D | XmlDom.cpp | 244 attr.compiled_attribute = AaptAttribute(::aapt::Attribute(), {res_id}); in CopyAttributes()
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker.h | 100 static std::optional<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
|
D | ReferenceLinker.cpp | 324 std::optional<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute() 339 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
|
D | XmlCompatVersioner.cpp | 175 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator.cpp | 395 size->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenSizeResourceId}); in AddScreens() 399 density->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenDensityResourceId}); in AddScreens()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Util.cpp | 190 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId() 191 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 | ProtoDeserialize.cpp | 1047 attr.compiled_attribute = xml::AaptAttribute{Attribute(), ResourceId(pb_attr.resource_id())}; in DeserializeXmlFromPb()
|
D | ProtoSerialize_test.cpp | 272 attr.compiled_attribute = xml::AaptAttribute(Attribute{}, ResourceId(0x01010000)); in TEST()
|