Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp66 uiContent_->SetFormBackgroundColor(backgroundColor_); in PreInitUIContent()
78 uiContent_->SetFormBackgroundColor(backgroundColor_); in RunFormPageInner()
114 HILOG_INFO("InitUIContent SetFormBackgroundColor #00FFFFFF"); in RunFormPageInner()
115 uiContent_->SetFormBackgroundColor(TRANSPARENT_COLOR); in RunFormPageInner()
459 uiContent_->SetFormBackgroundColor(backgroundColor_); in AttachUIContent()
462 HILOG_INFO("AttachUIContent SetFormBackgroundColor #00FFFFFF"); in AttachUIContent()
463 uiContent_->SetFormBackgroundColor(TRANSPARENT_COLOR); in AttachUIContent()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h199 virtual void SetFormBackgroundColor(const std::string& color) {}; in SetFormBackgroundColor() function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h177 void SetFormBackgroundColor(const std::string& color) override;
H A Dui_content_impl.cpp3103 void UIContentImpl::SetFormBackgroundColor(const std::string& color) in SetFormBackgroundColor() function in OHOS::Ace::UIContentImpl
3105 LOGI("[%{public}s][%{public}s][%{public}d]: SetFormBackgroundColor: %{public}s", in SetFormBackgroundColor()

Completed in 10 milliseconds