Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp598 auto nextStickyIndex = GetIndexByPosition(position + GetMainSize(stickyItem_->GetLayoutSize())); in CalculateStickyItemOffset() local
599 auto item = items_.find(nextStickyIndex); in CalculateStickyItemOffset()