Searched refs:indicatorSpringMotion_ (Results 1 – 2 of 2) sorted by relevance
2415 if (!indicatorSpringMotion_) { in StartIndicatorSpringAnimation()2416 … indicatorSpringMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, 0.0, springDescription); in StartIndicatorSpringAnimation()2418 indicatorSpringMotion_->Reset(start, end, 0.0, springDescription); in StartIndicatorSpringAnimation()2421 indicatorSpringMotion_->ClearListeners(); in StartIndicatorSpringAnimation()2422 indicatorSpringMotion_->AddListener([weak = AceType::WeakClaim(this), end](double position) { in StartIndicatorSpringAnimation()2431 springController_->PlayMotion(indicatorSpringMotion_); in StartIndicatorSpringAnimation()
592 RefPtr<SpringMotion> indicatorSpringMotion_; variable