Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1538 auto colRenderContext = col->GetRenderContext(); in UpdateWrapperBackgroundStyle() local
1539 CHECK_NULL_VOID(colRenderContext); in UpdateWrapperBackgroundStyle()
1541 …(Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) || !colRenderContext->IsUniRenderE… in UpdateWrapperBackgroundStyle()
1543 colRenderContext->UpdateBackgroundColor(dialogTheme->GetBackgroundColor()); in UpdateWrapperBackgroundStyle()
1545 if (colRenderContext->GetBackBlurStyle().has_value()) { in UpdateWrapperBackgroundStyle()
1546 colRenderContext->UpdateBackBlurStyle(colRenderContext->GetBackBlurStyle()); in UpdateWrapperBackgroundStyle()