Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp64 auto it = std::find(pendingCancelAnimation_.begin(), pendingCancelAnimation_.end(), key); in AddAnimation()
65 if (it != pendingCancelAnimation_.end()) { in AddAnimation()
66 pendingCancelAnimation_.erase(it); in AddAnimation()
107 pendingCancelAnimation_.emplace_back(animationId); in AttemptCancelAnimationByAnimationId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h86 std::vector<AnimationId> pendingCancelAnimation_; variable