Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp73 uiContent_->SetFormBackgroundColor(backgroundColor_); in PreInitUIContent()
85 uiContent_->SetFormBackgroundColor(backgroundColor_); in RunFormPageInner()
122 uiContent_->SetFormBackgroundColor(TRANSPARENT_COLOR); in RunFormPageInner()
496 uiContent_->SetFormBackgroundColor(backgroundColor_); in AttachUIContent()
500 uiContent_->SetFormBackgroundColor(TRANSPARENT_COLOR); in AttachUIContent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h199 virtual void SetFormBackgroundColor(const std::string& color) {}; in SetFormBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h179 void SetFormBackgroundColor(const std::string& color) override;
H A Dui_content_impl.cpp3148 void UIContentImpl::SetFormBackgroundColor(const std::string& color) in SetFormBackgroundColor() function in OHOS::Ace::UIContentImpl