Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp93 if (!stepperAnimationController_ && totalItemCount_ >= LEAST_STEPPER_ITEM_COUNT) { in Update()
94 stepperAnimationController_ = AceType::MakeRefPtr<StepperAnimationController>(GetContext()); in Update()
95 stepperAnimationController_->SetRenderStepper(AceType::WeakClaim(this)); in Update()
719 if (!stepperAnimationController_) { in DoStepperToAnimation()
730 stepperAnimationController_->SetAnimationStopCallback([weak, fromIndex, toIndex]() { in DoStepperToAnimation()
741 stepperAnimationController_->PlayStepperToAnimation(fromIndex, toIndex, reverse); in DoStepperToAnimation()
H A Drender_stepper.h131 RefPtr<StepperAnimationController> stepperAnimationController_; variable