Searched refs:isHoverExists (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 623 void RenderRating::PlayEventEffectAnimation(int32_t starIndex, bool isHoverExists) in PlayEventEffectAnimation() argument 639 if (item.first == starIndex && !isHoverExists) { in PlayEventEffectAnimation() 640 CreateColorAnimation(item.second, hoverColor_, item.first, isHoverExists); in PlayEventEffectAnimation() 642 CreateColorAnimation(item.second, Color::TRANSPARENT, item.first, isHoverExists); in PlayEventEffectAnimation() 648 …ng::CreateColorAnimation(const Color& from, const Color& to, int32_t starIndex, bool isHoverExists) in CreateColorAnimation() argument 656 if (isHoverExists && from.GetValue() < hoverColor_.GetValue()) { in CreateColorAnimation()
|
H A D | render_rating.h | 250 …id CreateColorAnimation(const Color& from, const Color& to, int32_t starIndex, bool isHoverExists); 251 void PlayEventEffectAnimation(int32_t starIndex, bool isHoverExists = false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.h | 122 …void PlayEventEffectAnimation(const Color& endColor, int32_t duration, bool isHoverExists = false);
|
H A D | render_option.cpp | 815 …RenderOption::PlayEventEffectAnimation(const Color& endColor, int32_t duration, bool isHoverExists) in PlayEventEffectAnimation() argument 825 if (isHoverExists && GetEventEffectColor().GetValue() < hoveredColor_.GetValue()) { in PlayEventEffectAnimation()
|