Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp552 int32_t currentStickyIndex = INVALID_INDEX; in CalculateStickyItem() local
555 currentStickyIndex = listItem->GetIndex(); in CalculateStickyItem()
562 if (newStickyIndex != currentStickyIndex) { in CalculateStickyItem()