Home
last modified time | relevance | path

Searched refs:SetItemInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.h226 void SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size);
H A Dgrid_irregular_filler.cpp225 SetItemInfo(itemIdx, row, col, itemSize); in MeasureItem()
361 void GridIrregularFiller::SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size) in SetItemInfo() function in OHOS::Ace::NG::GridIrregularFiller
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp128 SetItemInfo(currentIndex, std::move(firstItemInfo_.value().second)); in LayoutALineForward()
161 SetItemInfo(currentIndex - i, { id, startPos, endPos, isGroup }); in LayoutALineForward()
178 SetItemInfo(currentIndex, std::move(firstItemInfo_.value().second)); in LayoutALineBackward()
218 SetItemInfo(currentIndex + i, { id, startPos, endPos, isGroup }); in LayoutALineBackward()
H A Dlist_layout_algorithm.h448 void SetItemInfo(int32_t index, ListItemInfo&& info) in SetItemInfo() function