Home
last modified time | relevance | path

Searched refs:prevView (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp72 void UIViewGroup::Insert(UIView* prevView, UIView* insertView) in Insert() argument
90 if (prevView == nullptr) { in Insert()
95 UIView* nextView = prevView->GetNextSibling(); in Insert()
96 prevView->SetNextSibling(insertView); in Insert()
100 if (childrenTail_ == prevView) { in Insert()
H A Dui_swipe_view.cpp46 void UISwipeView::Insert(UIView* prevView, UIView* insertView) in Insert() argument
52 UIViewGroup::Insert(prevView, insertView); in Insert()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view_group.h93 * @param prevView Indicates the pointer to the current child view, previous to the new child view to insert.
98 virtual void Insert(UIView* prevView, UIView* insertView);
H A Dui_swipe_view.h138 * @param prevView Indicates the previous view.
143 void Insert(UIView* prevView, UIView* insertView) override;

Completed in 3 milliseconds