Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1512 int32_t firstCross = gridMatrix_.begin()->second.begin()->first; in BuildItemsForwardByRange() local
1514 for (int32_t crossIndex = firstCross - 1; crossIndex >= 0; --crossIndex) { in BuildItemsForwardByRange()