/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | stack_component.cpp | 47 void StackComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::StackComponent
|
H A D | stack_component.h | 35 void AttachView(const Component *child) override;
|
H A D | div_component.h | 37 void AttachView(const Component *child) override;
|
H A D | swiper_component.h | 40 void AttachView(const Component *child) override;
|
H A D | div_component.cpp | 168 void DivComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::DivComponent
|
H A D | swiper_component.cpp | 100 void SwiperComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::SwiperComponent
|
H A D | component.h | 170 * @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 D | component.cpp | 1851 parent->AttachView(currComponent); in BuildViewTree()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.h | 317 void AttachView( 320 void AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height,
|
H A D | ace_container.cpp | 815 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 D | dialog_container.cpp | 309 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 D | dialog_container.h | 212 void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width,
|
H A D | ace_container.h | 718 void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float width,
|
H A D | ace_container.cpp | 1122 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
|