Searched refs:lanesLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
199 …auto lanesLayoutAlgorithm = DynamicCast<ListLanesLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap() local200 if (lanesLayoutAlgorithm) { in OnDirtyLayoutWrapperSwap()201 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in OnDirtyLayoutWrapperSwap()202 if (lanesLayoutAlgorithm->GetLanes() != lanes_) { in OnDirtyLayoutWrapperSwap()208 lanes_ = lanesLayoutAlgorithm->GetLanes(); in OnDirtyLayoutWrapperSwap()209 laneGutter_ = lanesLayoutAlgorithm->GetLaneGutter(); in OnDirtyLayoutWrapperSwap()469 auto lanesLayoutAlgorithm = MakeRefPtr<ListLanesLayoutAlgorithm>(); in CreateLayoutAlgorithm() local471 lanesLayoutAlgorithm->SwapLanesItemRange(lanesItemRange_); in CreateLayoutAlgorithm()472 lanesLayoutAlgorithm->SetLanes(lanes_); in CreateLayoutAlgorithm()473 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm()