Searched refs:hover_animation_ (Results 1 – 8 of 8) sorted by relevance
59 (!is_throbbing_ || !hover_animation_->is_animating())) { in SetState()63 hover_animation_->Show(); in SetState()68 hover_animation_->Hide(); in SetState()70 hover_animation_->Stop(); in SetState()83 hover_animation_->StartThrobbing(cycles_til_stop); in StartThrobbing()87 if (hover_animation_->is_animating()) { in StopThrobbing()88 hover_animation_->Stop(); in StopThrobbing()94 hover_animation_->SetSlideDuration(duration); in SetAnimationDuration()236 hover_animation_->Reset(1.0); in OnGestureEvent()327 hover_animation_.reset(new gfx::ThrobAnimation(this)); in CustomButton()[all …]
146 if (!images_[STATE_HOVERED].isNull() && hover_animation_->is_animating()) { in GetImageToPaint()148 images_[STATE_HOVERED], hover_animation_->GetCurrentValue()); in GetImageToPaint()
125 scoped_ptr<gfx::ThrobAnimation> hover_animation_; variable
498 return hover_animation_.get(); in GetThemeAnimation()
115 if (hover_animation_->is_animating() || state() == STATE_HOVERED) { in OnPaint()116 int hovered_background_alpha = hover_animation_->is_animating() ? in OnPaint()117 hover_animation_->CurrentValueBetween(0, 255) : 255; in OnPaint()
76 kButtonHoverAlpha * hover_animation_->GetCurrentValue(), in PaintBackground()
103 return hover_animation_->GetCurrentValue(); in GetAnimationValue()
462 if (!hover_animation_->is_animating()) in GetImageForScale()467 hover_animation_->GetCurrentValue()); in GetImageForScale()