Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.cpp225 CHECK_NULL_VOID(tabBarPaintProperty); in SetBarBackgroundBlurStyle()
393 CHECK_NULL_VOID(tabBarPaintProperty); in SetFadingEdge()
394 tabBarPaintProperty->UpdateFadingEdge(fadingEdge); in SetFadingEdge()
484 CHECK_NULL_VOID(tabBarPaintProperty); in SetBarBackgroundColor()
509 CHECK_NULL_RETURN(tabBarPaintProperty, nullptr); in GetTabBarPaintProperty()
510 return tabBarPaintProperty; in GetTabBarPaintProperty()
686 CHECK_NULL_RETURN(tabBarPaintProperty, nullptr); in GetTabBarPaintProperty()
687 return tabBarPaintProperty; in GetTabBarPaintProperty()
753 CHECK_NULL_VOID(tabBarPaintProperty); in SetFadingEdge()
765 CHECK_NULL_VOID(tabBarPaintProperty); in SetBarBackgroundColor()
[all …]
H A Dtabs_node.cpp205 auto tabBarPaintProperty = tabBarNode->GetPaintProperty<TabBarPaintProperty>(); in GetBarBackgroundColor() local
206 CHECK_NULL_RETURN(tabBarPaintProperty, backgroundColor); in GetBarBackgroundColor()
207 return tabBarPaintProperty->GetBarBackgroundColor().value_or(backgroundColor); in GetBarBackgroundColor()
218 auto tabBarPaintProperty = tabBarNode->GetPaintProperty<TabBarPaintProperty>(); in GetBarBackgroundBlurStyle() local
219 CHECK_NULL_RETURN(tabBarPaintProperty, barBackgroundBlurStyle); in GetBarBackgroundBlurStyle()
220 return tabBarPaintProperty->GetTabBarBlurStyle().value_or(barBackgroundBlurStyle); in GetBarBackgroundBlurStyle()
H A Dtabs_pattern.cpp280 auto tabBarPaintProperty = tabBarPattern->GetPaintProperty<TabBarPaintProperty>(); in OnModifyDone() local
281 if (tabBarPaintProperty->GetTabBarBlurStyle().has_value() && in OnModifyDone()
286 styleOption.blurStyle = tabBarPaintProperty->GetTabBarBlurStyle().value(); in OnModifyDone()
H A Dtab_bar_pattern.cpp981 auto tabBarPaintProperty = host->GetPaintProperty<TabBarPaintProperty>(); in OnModifyDone() local
982 CHECK_NULL_VOID(tabBarPaintProperty); in OnModifyDone()
987 tabBarPaintProperty->UpdateTabBarBlurStyle(defaultBlurStyle); in OnModifyDone()