Searched refs:gridItemLayoutProperty (Results 1 – 4 of 4) sorted by relevance
42 auto gridItemLayoutProperty = frameNode->GetLayoutProperty<GridItemLayoutProperty>(); in GetCollectionItemInfo() local43 CHECK_NULL_RETURN(gridItemLayoutProperty, aceCollectionItemInfo); in GetCollectionItemInfo()55 aceCollectionItemInfo.row = gridItemLayoutProperty->GetMainIndex().value_or(-1); in GetCollectionItemInfo()56 aceCollectionItemInfo.column = gridItemLayoutProperty->GetCrossIndex().value_or(-1); in GetCollectionItemInfo()57 aceCollectionItemInfo.rowSpan = gridItemLayoutProperty->GetMainSpan(gridAxis); in GetCollectionItemInfo()58 aceCollectionItemInfo.columnSpan = gridItemLayoutProperty->GetCrossSpan(gridAxis); in GetCollectionItemInfo()
43 auto gridItemLayoutProperty = in UpdateRealGridItemPositionInfo() local45 CHECK_NULL_VOID(gridItemLayoutProperty); in UpdateRealGridItemPositionInfo()47 … gridItemLayoutProperty->CheckWhetherCurrentItemAtExpectedPosition(gridLayoutInfo_.axis_); in UpdateRealGridItemPositionInfo()59 itemInfo.mainSpan = gridItemLayoutProperty->GetRealMainSpan(gridLayoutInfo_.axis_); in UpdateRealGridItemPositionInfo()60 itemInfo.crossSpan = gridItemLayoutProperty->GetRealCrossSpan(gridLayoutInfo_.axis_); in UpdateRealGridItemPositionInfo()
159 … auto gridItemLayoutProperty = AceType::DynamicCast<GridItemLayoutProperty>(layoutProperty); in Layout() local160 CHECK_NULL_VOID(gridItemLayoutProperty); in Layout()161 gridItemLayoutProperty->UpdateMainIndex(mainLine.first); in Layout()162 gridItemLayoutProperty->UpdateCrossIndex(crossLine.first); in Layout()
374 … auto gridItemLayoutProperty = AceType::DynamicCast<GridItemLayoutProperty>(layoutProperty); in Layout() local375 CHECK_NULL_VOID(gridItemLayoutProperty); in Layout()376 gridItemLayoutProperty->UpdateMainIndex(mainLine.first); in Layout()377 gridItemLayoutProperty->UpdateCrossIndex(crossLine.first); in Layout()