Searched refs:hoverAnimationType (Results 1 – 4 of 4) sorted by relevance
150 void ScrollBarOverlayModifier::StartBarAnimation(HoverAnimationType hoverAnimationType, in StartBarAnimation() argument157 if (hoverAnimationType == HoverAnimationType::NONE && !needAdaptAnimation) { in StartBarAnimation()160 StartHoverAnimation(fgRect, hoverAnimationType); in StartBarAnimation()189 …lBarOverlayModifier::StartHoverAnimation(const Rect& fgRect, HoverAnimationType hoverAnimationType) in StartHoverAnimation() argument192 if (hoverAnimationType == HoverAnimationType::NONE) { in StartHoverAnimation()197 if (hoverAnimationType != hoverAnimatingType_) { in StartHoverAnimation()202 hoverAnimatingType_ = hoverAnimationType; in StartHoverAnimation()
102 …void StartBarAnimation(HoverAnimationType hoverAnimationType, OpacityAnimationType opacityAnimatio…107 void StartHoverAnimation(const Rect& barRect, HoverAnimationType hoverAnimationType);
218 void SetHoverAnimationType(HoverAnimationType hoverAnimationType) in SetHoverAnimationType() argument220 hoverAnimationType_ = hoverAnimationType; in SetHoverAnimationType()
115 HoverAnimationType hoverAnimationType; member898 style.hoverAnimationType = animationType; in SetHoverAnimationType()904 return style.hoverAnimationType; in GetHoverAnimationType()