Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2746 if (!dragRetractionController_) { in StartDragRetractionAnimation()
2759 dragRetractionController_->ClearInterpolators(); in StartDragRetractionAnimation()
2760 dragRetractionController_->AddInterpolator(dragRetractionAnimation_); in StartDragRetractionAnimation()
2761 dragRetractionController_->SetDuration(DRAG_RETRETION_DURATION); in StartDragRetractionAnimation()
2762 dragRetractionController_->Play(); in StartDragRetractionAnimation()
2767 if (dragRetractionController_ && !dragRetractionController_->IsStopped()) { in StopDragRetractionAnimation()
2768 dragRetractionController_->ClearStopListeners(); in StopDragRetractionAnimation()
2769 dragRetractionController_->Stop(); in StopDragRetractionAnimation()
3023 if (!dragRetractionController_) { in InitIndicatorAnimation()
3024 dragRetractionController_ = CREATE_ANIMATOR(context); in InitIndicatorAnimation()
H A Drender_swiper.h608 RefPtr<Animator> dragRetractionController_; variable