Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h600 RefPtr<Animation<double>> dragRetractionAnimation_; variable
H A Drender_swiper.cpp2750 dragRetractionAnimation_ = AceType::MakeRefPtr<CurveAnimation<double>>( in StartDragRetractionAnimation()
2752 dragRetractionAnimation_->AddListener([weak = AceType::WeakClaim(this)](const double value) { in StartDragRetractionAnimation()
2760 dragRetractionController_->AddInterpolator(dragRetractionAnimation_); in StartDragRetractionAnimation()