Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_pattern.cpp169 …auto lanesLayoutAlgorithm = DynamicCast<ListLanesLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap() local
170 if (lanesLayoutAlgorithm) { in OnDirtyLayoutWrapperSwap()
171 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in OnDirtyLayoutWrapperSwap()
172 lanes_ = lanesLayoutAlgorithm->GetLanes(); in OnDirtyLayoutWrapperSwap()
173 laneGutter_ = lanesLayoutAlgorithm->GetLaneGutter(); in OnDirtyLayoutWrapperSwap()
442 auto lanesLayoutAlgorithm = MakeRefPtr<ListLanesLayoutAlgorithm>(); in CreateLayoutAlgorithm() local
444 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in CreateLayoutAlgorithm()
445 lanesLayoutAlgorithm->SetLanes(lanes_); in CreateLayoutAlgorithm()
446 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm()