Home
last modified time | relevance | path

Searched refs:AttachView (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dstack_component.cpp47 void StackComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::StackComponent
H A Dstack_component.h35 void AttachView(const Component *child) override;
H A Ddiv_component.h37 void AttachView(const Component *child) override;
H A Dswiper_component.h40 void AttachView(const Component *child) override;
H A Dswiper_component.cpp100 void SwiperComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::SwiperComponent
H A Ddiv_component.cpp168 void DivComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::DivComponent
H A Dcomponent.h172 virtual void AttachView(const Component *child) in AttachView() function
H A Dcomponent.cpp1795 parent->AttachView(currComponent); in BuildViewTree()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h317 void AttachView(
320 …void AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t widt…
H A Dace_container.cpp815 container->AttachView(std::move(window), view, density, width, height); in SetView()
830 container->AttachView(std::move(window), view, density, width, height, callback); in SetView()
835 void AceContainer::AttachView( in AttachView() function in OHOS::Ace::Platform::AceContainer
929 void AceContainer::AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density,… in AttachView() function in OHOS::Ace::Platform::AceContainer
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp308 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetView()
322 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetViewNew()
326 void DialogContainer::AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, doubl… in AttachView() function in OHOS::Ace::Platform::DialogContainer
H A Ddialog_container.h209 …void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32…
H A Dace_container.h721 …void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float…
H A Dace_container.cpp1127 container->AttachView(window, view, density, width, height, rsWindow->GetWindowId(), callback); in SetView()
1143 container->AttachView(window, view, density, width, height, view->GetInstanceId(), nullptr); in SetViewNew()
1146 … container->AttachView(window, view, density, width, height, rsWindow->GetWindowId(), nullptr); in SetViewNew()
1982 void AceContainer::AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double d… in AttachView() function in OHOS::Ace::Platform::AceContainer