Home
last modified time | relevance | path

Searched refs:heightForExtralOffset (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.cpp2149 auto heightForExtralOffset = lineHeight + mainGap_; in SupplyAllData2ZeroIndex() local
2150 while (GreatOrEqual(extraOffset, heightForExtralOffset) && !Negative(lineHeight)) { in SupplyAllData2ZeroIndex()
2152 heightForExtralOffset += (lineHeight + mainGap_); in SupplyAllData2ZeroIndex()
2156 extraOffset, heightForExtralOffset, currentMainLineIndex_); in SupplyAllData2ZeroIndex()