Home
last modified time | relevance | path

Searched refs:estimatedIndex (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.cpp1212 int32_t estimatedIndex = (gridLayoutInfo_.currentOffset_) / averageHeight; in SkipIrregularLines() local
1214 std::min(gridLayoutInfo_.startIndex_ - estimatedIndex, gridLayoutInfo_.childrenCount_); in SkipIrregularLines()