Searched refs:activeIconInfo (Results 1 – 2 of 2) sorted by relevance
272 ImageSourceInfo activeIconInfo(""); variable273 barItemPattern_->SetActiveIconImageSourceInfo(activeIconInfo);274 EXPECT_EQ(barItemPattern_->GetActiveIconImageSourceInfo(), activeIconInfo);
170 ImageSourceInfo activeIconInfo(barItem.activeIcon.value()); in UpdateBarItemPattern() local171 activeIconInfo.SetFillColor(theme->GetToolbarActiveIconColor()); in UpdateBarItemPattern()172 barItemPattern->SetActiveIconImageSourceInfo(activeIconInfo); in UpdateBarItemPattern()