Home
last modified time | relevance | path

Searched defs:alphaAnimation (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_animation_group_test.cpp54 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, variable
104 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, variable
149 auto alphaAnimation = std::make_shared<RSCurveAnimation>(alphaProperty, variable
197 auto alphaAnimation = std::make_shared<RSKeyframeAnimation>(alphaProperty); variable
235 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, variable
284 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, variable
330 auto alphaAnimation = std::make_shared<RSCurveAnimation>(alphaProperty, variable
380 auto alphaAnimation = std::make_shared<RSKeyframeAnimation>(alphaProperty); variable
497 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, variable
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dinteractive_effect.cpp95 …RefPtr<KeyframeAnimation<double>> alphaAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(… in TouchDownAnimation() local
108 …RefPtr<KeyframeAnimation<double>> alphaAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(… in TouchUpAnimation() local
127 …RefPtr<KeyframeAnimation<double>> alphaAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(… in CancelTouchAnimation() local
193 …RefPtr<KeyframeAnimation<double>> alphaAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(… in BuildClickAnimation() local
220 void InteractiveEffect::BuildClickAlphaAnimation(const RefPtr<KeyframeAnimation<double>>& alphaAnim… in BuildClickAlphaAnimation()
Dwatch_interactive_effect.cpp34 …RefPtr<KeyframeAnimation<double>> alphaAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(… in BuildClickAnimation() local