Searched refs:fromIndexTranslateAnimationBack_ (Results 1 – 2 of 2) sorted by relevance
149 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()
102 RefPtr<StepperAnimation> fromIndexTranslateAnimationBack_; variable