Searched refs:tabBarPaintProperty (Results 1 – 4 of 4) sorted by relevance
225 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 …]
205 auto tabBarPaintProperty = tabBarNode->GetPaintProperty<TabBarPaintProperty>(); in GetBarBackgroundColor() local206 CHECK_NULL_RETURN(tabBarPaintProperty, backgroundColor); in GetBarBackgroundColor()207 return tabBarPaintProperty->GetBarBackgroundColor().value_or(backgroundColor); in GetBarBackgroundColor()218 auto tabBarPaintProperty = tabBarNode->GetPaintProperty<TabBarPaintProperty>(); in GetBarBackgroundBlurStyle() local219 CHECK_NULL_RETURN(tabBarPaintProperty, barBackgroundBlurStyle); in GetBarBackgroundBlurStyle()220 return tabBarPaintProperty->GetTabBarBlurStyle().value_or(barBackgroundBlurStyle); in GetBarBackgroundBlurStyle()
280 auto tabBarPaintProperty = tabBarPattern->GetPaintProperty<TabBarPaintProperty>(); in OnModifyDone() local281 if (tabBarPaintProperty->GetTabBarBlurStyle().has_value() && in OnModifyDone()286 styleOption.blurStyle = tabBarPaintProperty->GetTabBarBlurStyle().value(); in OnModifyDone()
981 auto tabBarPaintProperty = host->GetPaintProperty<TabBarPaintProperty>(); in OnModifyDone() local982 CHECK_NULL_VOID(tabBarPaintProperty); in OnModifyDone()987 tabBarPaintProperty->UpdateTabBarBlurStyle(defaultBlurStyle); in OnModifyDone()