Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.h66 struct AaptAttribute { struct
67 explicit AaptAttribute(const ::aapt::Attribute& attr, const std::optional<ResourceId>& resid = {})
81 std::optional<AaptAttribute> compiled_attribute; argument
DXmlDom.cpp244 attr.compiled_attribute = AaptAttribute(::aapt::Attribute(), {res_id}); in CopyAttributes()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.h100 static std::optional<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
DReferenceLinker.cpp324 std::optional<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
339 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
DXmlCompatVersioner.cpp175 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp395 size->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenSizeResourceId}); in AddScreens()
399 density->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenDensityResourceId}); in AddScreens()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp190 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId()
191 return xml::AaptAttribute(Attribute(), id); in CreateAttributeWithId()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp257 const xml::AaptAttribute& aapt_attr = xml_attr->compiled_attribute.value(); in WriteAttributes()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp1047 attr.compiled_attribute = xml::AaptAttribute{Attribute(), ResourceId(pb_attr.resource_id())}; in DeserializeXmlFromPb()
DProtoSerialize_test.cpp272 attr.compiled_attribute = xml::AaptAttribute(Attribute{}, ResourceId(0x01010000)); in TEST()