Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h65 …void DeleteItemsOutOfScope(std::map<int32_t, T>& map, int32_t startLineIndex, int32_t endLineIndex) in DeleteItemsOutOfScope() argument
69 if (iter->first < startLineIndex || iter->first > endLineIndex) { in DeleteItemsOutOfScope()
H A Dgrid_scroll_layout_algorithm.cpp2114 auto startLineIndex = tempGridLayoutInfo.startMainLineIndex_; in SupplyAllData2ZeroIndex() local
2120 DeleteItemsOutOfScope(gridLayoutInfo_.lineHeightMap_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()
2121 DeleteItemsOutOfScope(gridLayoutInfo_.gridMatrix_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()
2127 currentMainLineIndex_ = startLineIndex; in SupplyAllData2ZeroIndex()