Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1385 double newlyBuiltItemLength = 0; in CalculateScrollLength() local
1389 newlyBuiltItemLength += GetSize(gridCells_.at(i).at(0)) + *mainGap_; in CalculateScrollLength()
1393 scrollLength = itemLengthOutOfViewport + newlyBuiltItemLength; in CalculateScrollLength()
1398 double newlyBuiltItemLength = 0; in CalculateScrollLength() local
1402 newlyBuiltItemLength -= (GetSize(gridCells_.at(i).at(0)) + *mainGap_); in CalculateScrollLength()
1405 scrollLength = newlyBuiltItemLength - firstItemOffset_; in CalculateScrollLength()