Searched refs:CreateDoubleAnimation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar_item.cpp | 85 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 D | render_tab_bar_item.h | 68 … void CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.cpp | 96 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 D | interactive_effect.h | 115 …void CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animator_bridge.h | 76 RefPtr<KeyframeAnimation<double>> CreateDoubleAnimation( 120 …RefPtr<KeyframeAnimation<double>> CreateDoubleAnimation(double begin, double end, const RefPtr<Cur…
|
H A D | jsi_animator_bridge.cpp | 520 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
|