Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc59 (!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 …]
Dimage_button.cc146 if (!images_[STATE_HOVERED].isNull() && hover_animation_->is_animating()) { in GetImageToPaint()
148 images_[STATE_HOVERED], hover_animation_->GetCurrentValue()); in GetImageToPaint()
Dcustom_button.h125 scoped_ptr<gfx::ThrobAnimation> hover_animation_; variable
Dlabel_button.cc498 return hover_animation_.get(); in GetThemeAnimation()
/external/chromium_org/ash/frame/caption_buttons/
Dframe_caption_button.cc115 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()
/external/chromium_org/ash/shelf/
Doverflow_button.cc76 kButtonHoverAlpha * hover_animation_->GetCurrentValue(), in PaintBackground()
/external/chromium_org/ui/views/controls/combobox/
Dcombobox.cc103 return hover_animation_->GetCurrentValue(); in GetAnimationValue()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc462 if (!hover_animation_->is_animating()) in GetImageForScale()
467 hover_animation_->GetCurrentValue()); in GetImageForScale()