Searched refs:GetAttribute (Results 1 – 14 of 14) sorted by relevance
86 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()106 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()115 value = theme->GetAttribute(app::R::attr::attr_three); in TEST_F()128 ASSERT_FALSE(theme->GetAttribute(0x7f000001)); in TEST_F()147 value = theme->GetAttribute(app::R::attr::attr_six); in TEST_F()154 value = theme->GetAttribute(app::R::attr::attr_five); in TEST_F()177 value = theme->GetAttribute(app::R::attr::attr_six); in TEST_F()184 value = theme->GetAttribute(app::R::attr::attr_five); in TEST_F()280 value = theme->GetAttribute(app::R::attr::attr_two); in TEST_F()293 value = theme->GetAttribute(app::R::attr::attr_one); in TEST_F()[all …]
74 theme->GetAttribute(kAttrId); in BM_ThemeGetAttribute()
35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; } in GetAttribute() function in android::MockAttributeFinder
126 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_); in JumpToClosestAttribute()157 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(begin_); in Find()182 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_); in Find()
566 std::optional<AssetManager2::SelectedValue> GetAttribute(uint32_t resid) const;
45 inline uint32_t GetAttribute(size_t index) const { in GetAttribute() function in android::__anon481c89860110::XmlAttributeFinder61 inline uint32_t GetAttribute(const ResolvedBag::Entry* entry) const { in GetAttribute() function in android::__anon481c89860110::BagAttributeFinder72 std::optional<AssetManager2::SelectedValue> value = theme->GetAttribute(theme_attribute_resid); in GetStyleBag()106 if (std::optional<AssetManager2::SelectedValue> result = theme->GetAttribute(value.data)) { in GetXmlStyleBag()176 if (auto attr_value = theme->GetAttribute(cur_ident)) { in ResolveAttrs()308 if (auto attr_value = theme->GetAttribute(cur_ident)) { in ApplyStyle()
1592 std::optional<AssetManager2::SelectedValue> Theme::GetAttribute(uint32_t resid) const { in GetAttribute() function in android::Theme1620 std::optional<AssetManager2::SelectedValue> result = GetAttribute(value.data); in ResolveAttributeReference()
272 ProgramVar program_var = program->GetAttribute(attr_string); in Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues()304 ProgramVar program_var = program->GetAttribute(attr_string); in Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame()
232 ProgramVar GetAttribute(const std::string& name) const;
934 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { in GetAttribute() function in android::filterfw::ShaderProgram
110 const IProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePath()125 const IProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePathForTask()
238 const IProfileAttribute* GetAttribute(std::string_view name) const;
988 const IProfileAttribute* TaskProfiles::GetAttribute(std::string_view name) const { in GetAttribute() function in TaskProfiles
1123 auto value = theme->GetAttribute(def_style_attr); in NativeAttributeResolutionStack()1400 auto value = theme->GetAttribute(static_cast<uint32_t>(resid)); in NativeThemeGetAttributeValue()