Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp222 auto targetIndex = GetLoopIndex(CurrentIndex()); in OnIndexChange()
379 auto index = CurrentIndex(); in OnModifyDone()
435 Recorder::NodeDataCache::Get().PutInt(host, inspectorId, CurrentIndex()); in OnAfterModifyDone()
490 auto userSetCurrentIndex = CurrentIndex(); in BeforeCreateLayoutWrapper()
514 AdjustCurrentIndexOnSwipePage(CurrentIndex()); in BeforeCreateLayoutWrapper()
3829 int32_t SwiperPattern::CurrentIndex() const in CurrentIndex() function in OHOS::Ace::NG::SwiperPattern
4254 bool reachEnd = GetLoopIndex(CurrentIndex()) >= TotalCount() - 1 && !IsLoop(); in NeedAutoPlay()
5203 if (!currentProxyInAnimation_ && toIndex == CurrentIndex()) { in OnCustomContentTransition()
5209 auto fromIndex = CurrentIndex(); in OnCustomContentTransition()
5213 FireChangeEvent(CurrentIndex(), fromIndex); in OnCustomContentTransition()
H A Dswiper_pattern.h703 int32_t CurrentIndex() const;