Searched refs:GetHiddenIcon (Results 1 – 6 of 6) sorted by relevance
52 if (GetHiddenIcon().empty()) { in BuildButton()55 imageComponent->SetSrc(GetHiddenIcon()); in BuildButton()161 std::string& SideBarContainerComponent::GetHiddenIcon() const in GetHiddenIcon() function in OHOS::Ace::SideBarContainerComponent163 return declaration_->GetHiddenIcon(); in GetHiddenIcon()
111 iconHidden_ = sideBar_->GetHiddenIcon(); in Update()473 if (sideBar_->GetHiddenIcon().empty()) { in UpdateRenderImage()476 imageComponent->SetSrc(sideBar_->GetHiddenIcon()); in UpdateRenderImage()
97 std::string& GetHiddenIcon() const;
69 std::string GetHiddenIcon() const in GetHiddenIcon() function
125 std::string& GetHiddenIcon() in GetHiddenIcon() function
94 jsonIcon->Put("hidden", render->GetHiddenIcon().c_str()); in GetControlButton()