Searched refs:attrs_ (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | AttributeFinder_test.cpp | 29 attrs_ = new uint32_t[len]; in MockAttributeFinder() 30 memcpy(attrs_, attrs, sizeof(*attrs) * len); in MockAttributeFinder() 33 ~MockAttributeFinder() { delete attrs_; } in ~MockAttributeFinder() 35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; } in GetAttribute() 38 uint32_t* attrs_; member in android::MockAttributeFinder
|
/frameworks/base/startop/view_compiler/ |
D | dex_layout_compiler.cc | 51 attrs_{method->MakeRegister()}, 110 method_->AddInstruction(dex::Instruction::InvokeStaticObject(as_attribute_set.id, attrs_, xml_)); in Start() 143 try_create_view_.id, view, inflater_, null, classname_tmp_, context_, attrs_)); in StartView() 147 try_create_view_.id, view, inflater_, GetCurrentView(), classname_tmp_, context_, attrs_)); in StartView() 161 attrs_); in StartView() 177 generate_layout_params_.id, layout_params, GetCurrentView(), attrs_)); in StartView()
|
D | dex_layout_compiler.h | 96 const dex::Value attrs_; variable
|
/frameworks/base/tools/aapt2/link/ |
D | XmlCompatVersioner.cpp | 153 : attrs_(std::move(attrs)) { in DegradeToManyRule() 168 result.reserve(attrs_.size()); in Degrade() 169 for (const ReplacementAttr& attr : attrs_) { in Degrade()
|
D | XmlCompatVersioner.h | 95 std::vector<ReplacementAttr> attrs_; variable
|