Searched refs:ANIMATION_ZERO_TIME (Results 1 – 4 of 4) sorted by relevance
152 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()
27 auto scaleFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, scaleBegin_); in BuildStateAnimation()
48 auto scaleFrameStart = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_ZERO_TIME, scaleBegin_); in BuildClickScaleAnimation()
31 const float ANIMATION_ZERO_TIME = 0.0f; variable