Home
last modified time | relevance | path

Searched refs:GetBarBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp94 json->PutExtAttr("barBackgroundColor", GetBarBackgroundColor().ColorToString().c_str(), filter); in ToJsonValue()
197 Color TabsNode::GetBarBackgroundColor() const in GetBarBackgroundColor() function in OHOS::Ace::NG::TabsNode
207 return tabBarPaintProperty->GetBarBackgroundColor().value_or(backgroundColor); in GetBarBackgroundColor()
H A Dtabs_node.h148 Color GetBarBackgroundColor() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp791 EXPECT_EQ(tabBarPaintProperty_->GetBarBackgroundColor().value_or(Color::BLACK), Color::RED);