Home
last modified time | relevance | path

Searched refs:updateLineIndex (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.h87 float mainSize, float crossSize, int32_t updateLineIndex, LayoutWrapper* layoutWrapper);
H A Dgrid_scroll_layout_algorithm.cpp471 float mainSize, float crossSize, int32_t updateLineIndex, LayoutWrapper* layoutWrapper) in ReloadFromUpdateIdxToStartIndex() argument
477 currentMainLineIndex_ = std::max(updateLineIndex - 1, 0) - 1; in ReloadFromUpdateIdxToStartIndex()
2224 int32_t updateLineIndex = it->first; in CheckReset() local
2225 gridLayoutInfo_.ClearMatrixToEnd(updateIdx, updateLineIndex); in CheckReset()
2226 gridLayoutInfo_.ClearHeightsFromMatrix(updateLineIndex); in CheckReset()
2228 … ReloadFromUpdateIdxToStartIndex(mainSize, crossSize, updateLineIndex, layoutWrapper); in CheckReset()