Home
last modified time | relevance | path

Searched refs:BindBackground (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h261 void BindBackground(std::function<void()>&& buildFunc, const Alignment& align) override;
H A Dview_abstract_model_impl.cpp1459 void ViewAbstractModelImpl::BindBackground(std::function<void()>&& buildFunc, const Alignment& alig… in BindBackground() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h352 virtual void BindBackground(std::function<void()>&& buildFunc, const Alignment& align) = 0;
H A Dview_abstract_model_ng.cpp382 void ViewAbstractModelNG::BindBackground(std::function<void()>&& buildFunc, const Alignment& align) in BindBackground() function in OHOS::Ace::NG::ViewAbstractModelNG
H A Dview_abstract_model_ng.h1262 void BindBackground(std::function<void()>&& buildFunc, const Alignment& align) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7764 ViewAbstractModel::GetInstance()->BindBackground(std::move(buildFunc), alignment); in JsBackground()