Home
last modified time | relevance | path

Searched refs:CreateDoubleAnimation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp85 CreateDoubleAnimation(doubleAnimationEnter_, hoverOpacity_, HOVER_OPACITY_RATIO, true); in OnMouseHoverEnterTest()
98 CreateDoubleAnimation(doubleAnimationExit_, hoverOpacity_, 0.0, false); in OnMouseHoverExitTest()
115 CreateDoubleAnimation(doubleAnimationPress, hoverOpacity_, endOpacityRatio, onHover_); in PlayPressAnimation()
137 void RenderTabBarItem::CreateDoubleAnimation( in CreateDoubleAnimation() function in OHOS::Ace::RenderTabBarItem
H A Drender_tab_bar_item.h68 … void CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp96 CreateDoubleAnimation(alphaAnimation, alphaBegin_, alphaEnd_); in TouchDownAnimation()
109 CreateDoubleAnimation(alphaAnimation, GetAlpha(), alphaBegin_); in TouchUpAnimation()
128 CreateDoubleAnimation(alphaAnimation, currentAlpha, alphaBegin_); in CancelTouchAnimation()
146 void InteractiveEffect::CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, d… in CreateDoubleAnimation() function in OHOS::Ace::InteractiveEffect
H A Dinteractive_effect.h115 …void CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animator_bridge.h76 RefPtr<KeyframeAnimation<double>> CreateDoubleAnimation(
120 …RefPtr<KeyframeAnimation<double>> CreateDoubleAnimation(double begin, double end, const RefPtr<Cur…
H A Djsi_animator_bridge.cpp520 auto keyframeAnimation = CreateDoubleAnimation(animationDoubleParams, curve); in JsCreateAnimation()
540 RefPtr<KeyframeAnimation<double>> JsiAnimatorBridge::CreateDoubleAnimation( in CreateDoubleAnimation() function in OHOS::Ace::Framework::JsiAnimatorBridge
713 auto keyframeAnimation = CreateDoubleAnimation(begin, end, curve); in UpdateAnimator()
722 RefPtr<KeyframeAnimation<double>> JsiAnimatorTaskUpdate::CreateDoubleAnimation( in CreateDoubleAnimation() function in OHOS::Ace::Framework::JsiAnimatorTaskUpdate