Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.cpp149 fromIndexTranslateAnimationBack_ = AceType::MakeRefPtr<StepperAnimation>(context_, RATIO_ZERO, in CreateTranslateAnimation()
200 if (fromIndexTranslateAnimationBack_) { in PlayBackAnimation()
201 fromIndexTranslateAnimationBack_->Play(); in PlayBackAnimation()
216 if (fromIndexTranslateAnimationBack_) { in StopBackAnimation()
217 fromIndexTranslateAnimationBack_->Stop(); in StopBackAnimation()
H A Dstepper_animation_controller.h102 RefPtr<StepperAnimation> fromIndexTranslateAnimationBack_; variable