Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dbounds_animator.cc103 std::unique_ptr<gfx::Animation> old_animation = ResetAnimationForView(view); in SetAnimationForView() local
207 std::unique_ptr<gfx::Animation> old_animation = in ResetAnimationForView() local
209 animation_to_view_.erase(old_animation.get()); in ResetAnimationForView()
212 old_animation->set_delegate(nullptr); in ResetAnimationForView()
213 return old_animation; in ResetAnimationForView()
/dports/games/minilens/minilens-1.2/entities/
H A Dplayer.gd7 var old_animation = ""
23 if current_animation != old_animation:
25 old_animation = current_animation
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/animation/
H A Dbounds_animator.cc217 std::unique_ptr<gfx::Animation> old_animation = in ResetAnimationForView() local
219 animation_to_view_.erase(old_animation.get()); in ResetAnimationForView()
222 old_animation->set_delegate(nullptr); in ResetAnimationForView()
223 return old_animation; in ResetAnimationForView()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DAnimationsManager.cpp261 const Animation *old_animation = get_animation(old_id); in dup_animation() local
262 CHECK(old_animation != nullptr); in dup_animation()
265 new_animation = make_unique<Animation>(*old_animation); in dup_animation()