Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp558 auto oldTracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in GatherAnimationTracks() local
568 auto it = std::find_if(oldTracks.begin(), oldTracks.end(), [track](const auto& t) { in GatherAnimationTracks()
576 if (it != oldTracks.end()) { in GatherAnimationTracks()