Searched refs:lanesLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
169 …auto lanesLayoutAlgorithm = DynamicCast<ListLanesLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap() local170 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() local444 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in CreateLayoutAlgorithm()445 lanesLayoutAlgorithm->SetLanes(lanes_); in CreateLayoutAlgorithm()446 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm()