Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1192 int32_t estimatedLines = gridLayoutInfo_.currentOffset_ / lineHeight; in SkipRegularLines() local
1193 … if (forward && gridLayoutInfo_.startIndex_ < estimatedLines * static_cast<int32_t>(crossCount_)) { in SkipRegularLines()
1197 gridLayoutInfo_.startIndex_ -= estimatedLines * static_cast<int32_t>(crossCount_); in SkipRegularLines()
1198 gridLayoutInfo_.currentOffset_ -= lineHeight * estimatedLines; in SkipRegularLines()