Home
last modified time | relevance | path

Searched refs:needPosition (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h167 bool needPosition = true);
180 double SupplyItems(int32_t mainIndex, int32_t itemIndex = -1, bool needPosition = true);
H A Drender_grid_scroll.cpp557 int32_t crossSpan, bool needPosition) in LayoutChild() argument
576 if (!needPosition) { in LayoutChild()
806 double RenderGridScroll::SupplyItems(int32_t mainIndex, int32_t itemIndex, bool needPosition) in SupplyItems() argument
824 … LayoutChild(items_[item.second], mainIndex, item.first, itemRowSpan, itemColSpan, needPosition); in SupplyItems()