Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp1127 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate() local
1128 CHECK_NULL_VOID(layoutRenderContext); in OnColorConfigurationUpdate()
1130 !layoutRenderContext->IsUniRenderEnabled()) { in OnColorConfigurationUpdate()
1131 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp1228 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate() local
1229 CHECK_NULL_VOID(layoutRenderContext); in OnColorConfigurationUpdate()
1230 …if (Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) || !layoutRenderContext->IsUniR… in OnColorConfigurationUpdate()
1231 layoutRenderContext->UpdateBackgroundColor(dialogTheme->GetButtonBackgroundColor()); in OnColorConfigurationUpdate()