Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h307 float GetChainOffset(int32_t index) const in GetChainOffset() function
H A Dlist_layout_algorithm.cpp850 …bool overScrollTop = startIndex == 0 && GreatNotEqual(startPos + GetChainOffset(0), contentStartOf… in MeasureList()