Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2330 int32_t lanesOffset = 0; in GetItemIndexByPosition() local
2332 lanesOffset = static_cast<int32_t>(crossOffset / (crossSize / lanes_)); in GetItemIndexByPosition()
2336 return std::min(pos.first + lanesOffset, maxListItemIndex_ + 1); in GetItemIndexByPosition()