Searched refs:GetItemSpan (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 822 int32_t itemRowSpan = GetItemSpan(items_[item.second], true); in SupplyItems() 823 int32_t itemColSpan = GetItemSpan(items_[item.second], false); in SupplyItems() 871 itemMainSpan = GetItemSpan(item->second, useScrollable_ != SCROLLABLE::HORIZONTAL); in Rank() 872 itemCrossSpan = GetItemSpan(item->second, useScrollable_ == SCROLLABLE::HORIZONTAL); in Rank() 935 … int32_t itemMainSpan = GetItemSpan(item->second, useScrollable_ != SCROLLABLE::HORIZONTAL); in PerformLayout() 936 … int32_t itemCrossSpan = GetItemSpan(item->second, useScrollable_ == SCROLLABLE::HORIZONTAL); in PerformLayout() 1579 itemMainSpan = GetItemSpan(item->second, useScrollable_ != SCROLLABLE::HORIZONTAL); in GetItemPropsByIndex() 1580 itemCrossSpan = GetItemSpan(item->second, useScrollable_ == SCROLLABLE::HORIZONTAL); in GetItemPropsByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 383 int32_t itemRowSpan = GetItemSpan(item, true); in GetTargetLayoutSize() 384 int32_t itemColSpan = GetItemSpan(item, false); in GetTargetLayoutSize() 734 int32_t RenderGridLayout::GetItemSpan(const RefPtr<RenderNode>& child, bool isRow) const in GetItemSpan() function in OHOS::Ace::RenderGridLayout 1693 int32_t itemRowSpan = GetItemSpan(item, true); in PerformLayoutForStaticGrid() 1694 int32_t itemColSpan = GetItemSpan(item, false); in PerformLayoutForStaticGrid()
|
H A D | render_grid_layout.h | 237 int32_t GetItemSpan(const RefPtr<RenderNode>& child, bool isRow) const;
|