Searched refs:ANIMATION_END_TIME (Results 1 – 4 of 4) sorted by relevance
153 auto alphaFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME, endValue); in CreateDoubleAnimation()224 auto alphaFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME, alphaBegin_); in BuildClickAlphaAnimation()
28 auto scaleFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME, scaleEnd_); in BuildStateAnimation()
50 auto scaleFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME, scaleBegin_); in BuildClickScaleAnimation()
33 const float ANIMATION_END_TIME = 1.0f; variable