Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1370 double scrollLength = 0.0; in CalculateScrollLength() local
1393 scrollLength = itemLengthOutOfViewport + newlyBuiltItemLength; in CalculateScrollLength()
1405 scrollLength = newlyBuiltItemLength - firstItemOffset_; in CalculateScrollLength()
1410 return scrollLength; in CalculateScrollLength()