Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp74 if ((insertView == nullptr) || (insertView == this)) { in Insert()
79 if (insertView->GetParent() != nullptr) { in Insert()
85 Add(insertView); in Insert()
86 UpdateRenderView(insertView); in Insert()
92 insertView->SetParent(this); in Insert()
93 childrenHead_ = insertView; in Insert()
96 prevView->SetNextSibling(insertView); in Insert()
97 insertView->SetNextSibling(nextView); in Insert()
98 insertView->SetParent(this); in Insert()
101 childrenTail_ = insertView; in Insert()
[all …]
H A Dui_swipe_view.cpp46 void UISwipeView::Insert(UIView* prevView, UIView* insertView) in Insert() argument
48 if (insertView == nullptr) { in Insert()
51 insertView->SetDragParentInstead(true); in Insert()
52 UIViewGroup::Insert(prevView, insertView); in Insert()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view_group.h98 virtual void Insert(UIView* prevView, UIView* insertView);
H A Dui_swipe_view.h143 void Insert(UIView* prevView, UIView* insertView) override;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md42 | virtual void Insert(UIView\* prevView, UIView\* insertView) | 插入子组件 |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md41 …27"></a><a name="p16958192315227"></a>virtual void Insert(UIView* prevView, UIView* insertView)</p>