Searched refs:gridItemProp (Results 1 – 1 of 1) sorted by relevance
297 auto gridItemProp = DynamicCast<GridItemLayoutProperty>(wrapper->GetLayoutProperty()); in Layout() local298 CHECK_NULL_CONTINUE(gridItemProp); in Layout()299 gridItemProp->UpdateMainIndex(line->first); in Layout()300 gridItemProp->UpdateCrossIndex(iter->first); in Layout()