Home
last modified time | relevance | path

Searched defs:pauseTargetIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4300 void SwiperPattern::UpdateIndexOnSwipePageStop(int32_t pauseTargetIndex) in UpdateIndexOnSwipePageStop()
4342 … auto pauseTargetIndex = pauseTargetIndex_.has_value() ? pauseTargetIndex_.value() : currentIndex_; in TriggerAnimationEndOnForceStop() local