Home | History | Annotate | Download | only in gtk

Lines Matching refs:Animation

67 void HoverControllerGtk::AnimationProgressed(const ui::Animation* animation) {
71 // Ignore the hover animation if we are throbbing.
72 if (animation == &hover_animation_ && throb_animation_.is_animating())
76 animation->GetCurrentValue());
79 void HoverControllerGtk::AnimationEnded(const ui::Animation* animation) {
82 if (animation != &throb_animation_)
89 void HoverControllerGtk::AnimationCanceled(const ui::Animation* animation) {
90 AnimationEnded(animation);