Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1313 indicatorAnimation_ = AceType::MakeRefPtr<CurveAnimation<double>>( in AddSwipeToIndicatorListener()
1315 indicatorAnimation_->AddListener( in AddSwipeToIndicatorListener()
1418 swipeToController_->AddInterpolator(indicatorAnimation_); in DoSwipeToAnimation()
2959 indicatorAnimation_ = AceType::MakeRefPtr<CurveAnimation<double>>( in StartIndicatorAnimation()
2961 indicatorAnimation_->AddListener( in StartIndicatorAnimation()
2973 indicatorController_->AddInterpolator(indicatorAnimation_); in StartIndicatorAnimation()
H A Drender_swiper.h593 RefPtr<Animation<double>> indicatorAnimation_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h965 std::shared_ptr<AnimationUtils::Animation> indicatorAnimation_; variable
H A Dswiper_pattern.cpp3345 AnimationUtils::StopAnimation(indicatorAnimation_); in PlayIndicatorTranslateAnimation()
3371 indicatorAnimation_ = AnimationUtils::StartAnimation( in PlayIndicatorTranslateAnimation()
5657 AnimationUtils::StopAnimation(indicatorAnimation_); in StopIndicatorAnimation()