/ohos5.0/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 | swiper_component.cpp | 100 void SwiperComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::SwiperComponent
|
H A D | div_component.cpp | 168 void DivComponent::AttachView(const Component *child) in AttachView() function in OHOS::ACELite::DivComponent
|
H A D | component.h | 172 virtual void AttachView(const Component *child) in AttachView() function
|
H A D | component.cpp | 1795 parent->AttachView(currComponent); in BuildViewTree()
|
/ohos5.0/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 widt…
|
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,… in AttachView() function in OHOS::Ace::Platform::AceContainer
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 308 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 D | dialog_container.h | 209 …void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32…
|
H A D | ace_container.h | 721 …void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float…
|
H A D | ace_container.cpp | 1127 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
|