Home
last modified time | relevance | path

Searched refs:RecycleHead (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp281 renderList_.RecycleHead(itemIndex - 1); // Recycle head items. in PerformLayout()
408 renderList_.RecycleHead(curHeadIndex++); in LayoutToItem()
H A Dlist_layout_manager.cpp411 renderList_.RecycleHead(itemIndex - 1); // Recycle head items. in PerformLayout()
551 renderList_.RecycleHead(curHeadIndex++); in LayoutToItem()
582 renderList_.RecycleHead(curHeadIndex++); in LayoutToPosition()
H A Dlist_watch_layout_manager.cpp41 renderList_.RecycleHead(itemIndex - 1); // Recycle head items. in PerformLayout()
H A Drender_list.h284 void RecycleHead(int32_t head);
H A Drender_list.cpp496 void RenderList::RecycleHead(int32_t head) in RecycleHead() function in OHOS::Ace::RenderList