Searched refs:lanesLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
138 …auto lanesLayoutAlgorithm = DynamicCast<ListLanesLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap() local139 if (lanesLayoutAlgorithm) { in OnDirtyLayoutWrapperSwap()140 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in OnDirtyLayoutWrapperSwap()141 if (lanesLayoutAlgorithm->GetLanes() != lanes_) { in OnDirtyLayoutWrapperSwap()148 lanes_ = lanesLayoutAlgorithm->GetLanes(); in OnDirtyLayoutWrapperSwap()149 laneGutter_ = lanesLayoutAlgorithm->GetLaneGutter(); in OnDirtyLayoutWrapperSwap()558 auto lanesLayoutAlgorithm = MakeRefPtr<ListLanesLayoutAlgorithm>(); in CreateLayoutAlgorithm() local560 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in CreateLayoutAlgorithm()561 lanesLayoutAlgorithm->SetLanes(lanes_); in CreateLayoutAlgorithm()562 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm()