Searched refs:tabBarRenderContext (Results 1 – 5 of 5) sorted by relevance
486 auto tabBarRenderContext = tabBarNode->GetRenderContext(); in SetBarBackgroundColor() local487 CHECK_NULL_VOID(tabBarRenderContext); in SetBarBackgroundColor()488 tabBarRenderContext->UpdateBackgroundColor(backgroundColor); in SetBarBackgroundColor()767 auto tabBarRenderContext = tabBarNode->GetRenderContext(); in SetBarBackgroundColor() local768 CHECK_NULL_VOID(tabBarRenderContext); in SetBarBackgroundColor()769 tabBarRenderContext->UpdateBackgroundColor(backgroundColor); in SetBarBackgroundColor()
283 auto tabBarRenderContext = tabBarNode->GetRenderContext(); in OnModifyDone() local284 CHECK_NULL_VOID(tabBarRenderContext); in OnModifyDone()287 tabBarRenderContext->UpdateBackBlurStyle(styleOption); in OnModifyDone()
1237 auto tabBarRenderContext = host->GetRenderContext(); in OnSyncGeometryNode() local1238 CHECK_NULL_VOID(tabBarRenderContext); in OnSyncGeometryNode()1239 tabBarRenderContext->UpdatePaintRect(tabBarRect); in OnSyncGeometryNode()
483 auto tabBarRenderContext = tabBarNode_->GetRenderContext(); variable484 tabBarRenderContext->UpdateBackgroundColor(Color::RED);486 EXPECT_EQ(tabBarRenderContext->GetBackgroundColor().value(), Color::RED);
1485 auto tabBarRenderContext = tabBarNode_->GetRenderContext(); variable1486 EXPECT_EQ(tabBarRenderContext->GetBackBlurStyle()->blurStyle, BlurStyle::COMPONENT_THICK);