Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h52 if (swipeToWithoutAnimationImpl_) { in SwipeToWithoutAnimation()
53 swipeToWithoutAnimationImpl_(index); in SwipeToWithoutAnimation()
59 swipeToWithoutAnimationImpl_ = swipeToWithoutAnimationImpl; in SetSwipeToWithoutAnimationImpl()
229 SwipeToWithoutAnimationImpl swipeToWithoutAnimationImpl_; variable