Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.cpp125fromIndexOpacityAnimation_ = AceType::MakeRefPtr<StepperAnimation>(context_, MAX_OPACITY, MIN_OPAC… in CreateOpacityAnimation()
162 if (fromIndexOpacityAnimation_) { in PlayNextAnimation()
163 fromIndexOpacityAnimation_->Play(); in PlayNextAnimation()
178 if (fromIndexOpacityAnimation_) { in StopNextAnimation()
179 fromIndexOpacityAnimation_->Stop(); in StopNextAnimation()
194 if (fromIndexOpacityAnimation_) { in PlayBackAnimation()
195 fromIndexOpacityAnimation_->Play(); in PlayBackAnimation()
210 if (fromIndexOpacityAnimation_) { in StopBackAnimation()
211 fromIndexOpacityAnimation_->Stop(); in StopBackAnimation()
H A Dstepper_animation_controller.h98 RefPtr<StepperAnimation> fromIndexOpacityAnimation_; variable