Home
last modified time | relevance | path

Searched refs:GetHiddenIcon (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp52 if (GetHiddenIcon().empty()) { in BuildButton()
55 imageComponent->SetSrc(GetHiddenIcon()); in BuildButton()
161 std::string& SideBarContainerComponent::GetHiddenIcon() const in GetHiddenIcon() function in OHOS::Ace::SideBarContainerComponent
163 return declaration_->GetHiddenIcon(); in GetHiddenIcon()
H A Drender_side_bar_container.cpp111 iconHidden_ = sideBar_->GetHiddenIcon(); in Update()
473 if (sideBar_->GetHiddenIcon().empty()) { in UpdateRenderImage()
476 imageComponent->SetSrc(sideBar_->GetHiddenIcon()); in UpdateRenderImage()
H A Dside_bar_container_component.h97 std::string& GetHiddenIcon() const;
H A Drender_side_bar_container.h69 std::string GetHiddenIcon() const in GetHiddenIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h125 std::string& GetHiddenIcon() in GetHiddenIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dside_bar_composed_element.cpp94 jsonIcon->Put("hidden", render->GetHiddenIcon().c_str()); in GetControlButton()