Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.h67 struct AaptAttribute { struct
68 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {})
82 Maybe<AaptAttribute> compiled_attribute; argument
DXmlDom.cpp242 attr.compiled_attribute = AaptAttribute(::aapt::Attribute(), {res_id}); in CopyAttributes()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.h61 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
DReferenceLinker.cpp254 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
268 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
DXmlCompatVersioner.cpp172 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp382 size->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenSizeResourceId}); in AddScreens()
386 density->compiled_attribute = xml::AaptAttribute(Attribute(), {kScreenDensityResourceId}); in AddScreens()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp139 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId()
140 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/
DProtoSerialize_test.cpp196 attr.compiled_attribute = xml::AaptAttribute(Attribute{}, ResourceId(0x01010000)); in TEST()
DProtoDeserialize.cpp977 attr.compiled_attribute = xml::AaptAttribute{Attribute(), ResourceId(pb_attr.resource_id())}; in DeserializeXmlFromPb()