Home
last modified time | relevance | path

Searched refs:ANIMATION_ZERO_TIME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp152 auto alphaFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, beginValue); in CreateDoubleAnimation()
222 auto alphaFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, alphaBegin_); in BuildClickAlphaAnimation()
H A Dtv_interactive_effect.cpp27 auto scaleFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, scaleBegin_); in BuildStateAnimation()
H A Dwatch_interactive_effect.cpp48 auto scaleFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, scaleBegin_); in BuildClickScaleAnimation()
H A Dinteractive_effect.h31 const float ANIMATION_ZERO_TIME = 0.0f; variable