Searched refs:hover_animation (Results 1 – 2 of 2) sorted by relevance
512 hover_animation() && in PaintInactiveTabBackground()513 (hover_animation()->IsShowing() || hover_animation()->is_animating())) { in PaintInactiveTabBackground()586 const ui::SlideAnimation* hover_slide = hover_animation(); in DrawHoverGlowBitmap()645 if (hover_animation()) in GetThrobValue()646 return kHoverOpacity * hover_animation()->GetCurrentValue() * scale + min; in GetThrobValue()
112 const ui::SlideAnimation* hover_animation() const { in hover_animation() function