Searched refs:barAnimations_ (Results 1 – 2 of 2) sorted by relevance
314 barAnimations_.emplace(nextBarAnimationId_, animation); in StartAnimation()350 for (const auto& pair : barAnimations_) { in AbortBarAnimation()355 barAnimations_.clear(); in AbortBarAnimation()360 auto it = barAnimations_.find(id); in RemoveAnimation()361 if (it != barAnimations_.end()) { in RemoveAnimation()362 barAnimations_.erase(it); in RemoveAnimation()
290 std::unordered_map<int32_t, std::shared_ptr<AnimationUtils::Animation>> barAnimations_; variable