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 D | option_pattern.h | 217 void UpdateIconSrc();
|
H A D | option_pattern.cpp | 73 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 D | menu_item_pattern.cpp | 132 void UpdateIconSrc(RefPtr<FrameNode>& node, const Dimension& horizontalSize, in UpdateIconSrc() function 1038 … UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateImageNode() 1077 … UpdateIconSrc(selectIcon, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in UpdateSymbolNode() 1160 UpdateIconSrc(expandIcon_, selectTheme->GetIconSideLength(), selectTheme->GetIconSideLength(), in AddExpandIcon() 1323 …UpdateIconSrc(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 D | search_pattern.h | 282 void UpdateIconSrc(int32_t index, const std::string& src);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_model_ng.cpp | 179 oldBarItem->UpdateIconSrc(newBarItem.icon.value()); in UpdateOldBarItems()
|