Home
last modified time | relevance | path

Searched refs:UpdateIconSrc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.h217 void UpdateIconSrc();
H A Doption_pattern.cpp73 UpdateIconSrc(); in OnModifyDone()
109 void OptionPattern::UpdateIconSrc() in UpdateIconSrc() function in OHOS::Ace::NG::OptionPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp132 void UpdateIconSrc(RefPtr<FrameNode>& node, const Dimension& horizontalSize, in UpdateIconSrc() function
1038UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateImageNode()
1077UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateSymbolNode()
1160 UpdateIconSrc(expandIcon_, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in AddExpandIcon()
1323UpdateIconSrc(iconNode, iconWidth, iconHeight, selectTheme->GetMenuIconColor(), useDefaultThemeIco… in UpdateImageIcon()
1371 UpdateIconSrc(iconNode, iconWidth, iconHeight, selectTheme->GetMenuIconColor(), false); in UpdateSymbolIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.h282 void UpdateIconSrc(int32_t index, const std::string& src);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp179 oldBarItem->UpdateIconSrc(newBarItem.icon.value()); in UpdateOldBarItems()