Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp283 …ractModelImpl::SetBackgroundImage(const ImageSourceInfo& src, RefPtr<ThemeConstants> themeConstant) in SetBackgroundImage() argument
291 if (themeConstant) { in SetBackgroundImage()
292 image->SetSrc(src.GetSrc(), themeConstant); in SetBackgroundImage()
H A Dview_abstract_model_impl.h45 …void SetBackgroundImage(const ImageSourceInfo& src, RefPtr<ThemeConstants> themeConstant) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h81 …tual void SetBackgroundImage(const ImageSourceInfo& src, RefPtr<ThemeConstants> themeConstant) = 0;
H A Dview_abstract_model_ng.h123 … void SetBackgroundImage(const ImageSourceInfo& src, RefPtr<ThemeConstants> themeConstant) override in SetBackgroundImage() argument