Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1555 auto unselectedImagePaintProperty = imageNode->GetPaintProperty<ImageRenderProperty>(); in UpdateBottomTabBarImageColor() local
1556 CHECK_NULL_VOID(unselectedImagePaintProperty); in UpdateBottomTabBarImageColor()
1566 unselectedImagePaintProperty->UpdateSvgFillColor( in UpdateBottomTabBarImageColor()
1569 unselectedImagePaintProperty->UpdateSvgFillColor(tabTheme->GetBottomTabIconOff()); in UpdateBottomTabBarImageColor()