Searched refs:fromIndexOpacityAnimation_ (Results 1 – 2 of 2) sorted by relevance
125 …fromIndexOpacityAnimation_ = 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()
98 RefPtr<StepperAnimation> fromIndexOpacityAnimation_; variable