Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h409 stopIndicatorAnimationFunc_ = std::move(stopCallback); in SetStopIndicatorAnimationCb()
973 std::function<void(bool)> stopIndicatorAnimationFunc_; variable
H A Dswiper_pattern.cpp5659 if (stopIndicatorAnimationFunc_) { in StopIndicatorAnimation()
5660 stopIndicatorAnimationFunc_(ifImmediately); in StopIndicatorAnimation()