Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1652 int32_t lastToIndex = 0; in UpdateScrollPosition() local
1654 lastToIndex = scrollOffset_ > 0 ? GetPrevIndex() : GetNextIndex(); in UpdateScrollPosition()
1657 auto iter = items_.find(lastToIndex); in UpdateScrollPosition()