Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2415 if (!indicatorSpringMotion_) { in StartIndicatorSpringAnimation()
2416indicatorSpringMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, 0.0, springDescription); in StartIndicatorSpringAnimation()
2418 indicatorSpringMotion_->Reset(start, end, 0.0, springDescription); in StartIndicatorSpringAnimation()
2421 indicatorSpringMotion_->ClearListeners(); in StartIndicatorSpringAnimation()
2422 indicatorSpringMotion_->AddListener([weak = AceType::WeakClaim(this), end](double position) { in StartIndicatorSpringAnimation()
2431 springController_->PlayMotion(indicatorSpringMotion_); in StartIndicatorSpringAnimation()
H A Drender_swiper.h592 RefPtr<SpringMotion> indicatorSpringMotion_; variable