Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp378 auto iconSrcInfo = iconLayoutProp->GetImageSourceInfo().value(); in UpdateIconProperty() local
379 iconSrcInfo.SetFillColor(scPaintProp->GetIconColor().value()); in UpdateIconProperty()
380 iconLayoutProp->UpdateImageSourceInfo(iconSrcInfo); in UpdateIconProperty()