Searched refs:GetHoverToPressAnimationDuration (Results 1 – 6 of 6) sorted by relevance
84 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
217 …auto duration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDur… in HandlePressEvent()
260 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
264 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
317 … Animation(renderContext, pressColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()325 … Animation(renderContext, hoverColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()
1050 …auto duration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDur… in HandlePressEvent()