Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp533 int32_t curHeadIndex = renderList_.GetCurrentMinIndex(); in LayoutToItem() local
541 if (enableChain_ && curTailIndex != curHeadIndex) { in LayoutToItem()
551 renderList_.RecycleHead(curHeadIndex++); in LayoutToItem()
564 int32_t curHeadIndex = renderList_.GetCurrentMinIndex(); in LayoutToPosition() local
572 if (enableChain_ && curTailIndex != curHeadIndex) { in LayoutToPosition()
582 renderList_.RecycleHead(curHeadIndex++); in LayoutToPosition()
595 int32_t curHeadIndex = renderList_.GetCurrentMinIndex(); in LayoutMore() local
605 if (enableChain_ && curTailIndex != curHeadIndex) { in LayoutMore()
H A Dgrid_layout_manager.cpp379 int32_t curHeadIndex = renderList_.GetCurrentMinIndex(); in LayoutToItem() local
408 renderList_.RecycleHead(curHeadIndex++); in LayoutToItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h63 virtual void HandleListMoveItems(int32_t curHeadIndex) {} in HandleListMoveItems() argument
H A Drender_indexer_circle.h49 void HandleListMoveItems(int32_t curHeadIndex) override;
H A Drender_indexer_circle.cpp299 void RenderIndexerCircle::HandleListMoveItems(int32_t curHeadIndex) in HandleListMoveItems() argument
304 if (lastHeadIndex_ != curHeadIndex) { in HandleListMoveItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h68 virtual void HandleListMoveItems(int32_t curHeadIndex) {} in HandleListMoveItems() argument