/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.h | 36 void SetAppBgColor(const Color& color);
|
H A D | container_modal_element.cpp | 486 void ContainerModalElement::SetAppBgColor(const Color& color) in SetAppBgColor() function in OHOS::Ace::ContainerModalElement
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 1661 context_->SetAppBgColor(Color::BLACK); 1671 context_->SetAppBgColor(Color::BLUE);
|
H A D | pipeline_context_test_ng_new.cpp | 1465 pipeline->SetAppBgColor(Color::BLACK);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 297 pipeline->SetAppBgColor(Color::TRANSPARENT); in AttachRenderContext()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 476 pipelineContext->SetAppBgColor(Color(bgColor)); in SetBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 238 void PipelineContext::SetAppBgColor(const Color& color) {} in SetAppBgColor() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 576 void SetAppBgColor(const Color& color) override;
|
H A D | pipeline_context.cpp | 844 SetAppBgColor(appBgColor_); in SetupRootElement() 2253 void PipelineContext::SetAppBgColor(const Color& color) in SetAppBgColor() function in OHOS::Ace::PipelineContext 2284 containerModal->SetAppBgColor(appBgColor_); in SetAppBgColor()
|
H A D | pipeline_base.h | 359 virtual void SetAppBgColor(const Color& color) in SetAppBgColor() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 844 pipelineContext->SetAppBgColor(Color(bgColor)); in SetBackgroundColor()
|
H A D | ace_container.cpp | 2162 pipelineContext->SetAppBgColor(themeManager->GetBackgroundColor()); in AttachView() 2738 pipeline->SetAppBgColor(themeManager->GetBackgroundColor()); in NotifyConfigurationChange()
|
H A D | ui_content_impl.cpp | 2298 pipelineContext->SetAppBgColor(Color(bgColor)); in SetBackgroundColor() 3173 pipelineContext->SetAppBgColor(bgColor); in SetFormBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 247 void SetAppBgColor(const Color& color) override;
|
H A D | pipeline_context.cpp | 3600 void PipelineContext::SetAppBgColor(const Color& color) in SetAppBgColor() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 1205 pipelineContext->SetAppBgColor(Color::FromString(backgroundColorStr)); in SetAppBackgroundColor()
|