Home
last modified time | relevance | path

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

/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 Ddiv_component.cpp168 void DivComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::DivComponent
H A Dswiper_component.cpp100 void SwiperComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::SwiperComponent
H A Dcomponent.h170 * @brief AttachView call this function to link native views together to the tree
172 virtual void AttachView(const Component *child) in AttachView() function in OHOS::ACELite::Component
H A Dcomponent.cpp1851 parent->AttachView(currComponent); in BuildViewTree()
/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 width, int32_t height,
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, int32_t width, in AttachView() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp309 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetView()
323 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetViewNew()
327 void DialogContainer::AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, in AttachView() function in OHOS::Ace::Platform::DialogContainer
H A Ddialog_container.h212 void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width,
H A Dace_container.h718 void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float width,
H A Dace_container.cpp1122 container->AttachView(window, view, density, width, height, rsWindow->GetWindowId(), callback); in SetView()
1138 container->AttachView(window, view, density, width, height, view->GetInstanceId(), nullptr); in SetViewNew()
1141 container->AttachView(window, view, density, width, height, rsWindow->GetWindowId(), nullptr); in SetViewNew()
1977 void AceContainer::AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float width, in AttachView() function in AceContainer

Completed in 19 milliseconds