Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h76 if (showNextImpl_) { in ShowNext()
77 showNextImpl_(); in ShowNext()
83 showNextImpl_ = showNextImpl; in SetShowNextImpl()
122 return showPrevImpl_ && showNextImpl_ && finishImpl_; in HasInitialized()
231 CommonFunc showNextImpl_; variable