Searched refs:GetBarBackgroundColor (Results 1 – 3 of 3) sorted by relevance
94 json->PutExtAttr("barBackgroundColor", GetBarBackgroundColor().ColorToString().c_str(), filter); in ToJsonValue()197 Color TabsNode::GetBarBackgroundColor() const in GetBarBackgroundColor() function in OHOS::Ace::NG::TabsNode207 return tabBarPaintProperty->GetBarBackgroundColor().value_or(backgroundColor); in GetBarBackgroundColor()
148 Color GetBarBackgroundColor() const;
791 EXPECT_EQ(tabBarPaintProperty_->GetBarBackgroundColor().value_or(Color::BLACK), Color::RED);