Searched refs:layoutRenderContext (Results 1 – 2 of 2) sorted by relevance
1127 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate() local1128 CHECK_NULL_VOID(layoutRenderContext); in OnColorConfigurationUpdate()1130 !layoutRenderContext->IsUniRenderEnabled()) { in OnColorConfigurationUpdate()1131 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()
1228 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate() local1229 CHECK_NULL_VOID(layoutRenderContext); in OnColorConfigurationUpdate()1230 …if (Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) || !layoutRenderContext->IsUniR… in OnColorConfigurationUpdate()1231 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()