Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp314 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()
H A Dnavdestination_pattern_base.h290 std::unordered_map<int32_t, std::shared_ptr<AnimationUtils::Animation>> barAnimations_; variable