Searched refs:alphaProperty (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_group_test.cpp | 46 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f); variable 54 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, 89 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f); variable 90 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 104 auto alphaAnimation = std::make_shared<RSSpringAnimation>(alphaProperty, 135 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 149 auto alphaAnimation = std::make_shared<RSCurveAnimation>(alphaProperty, 180 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 270 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 421 [&alphaProperty, &boundsProperty]() { in __anoneac8213e0102() [all …]
|
H A D | rs_animation_timing_curve_test.cpp | 42 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE); variable 43 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 47 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in __anona359bf1d0202() 48 alphaProperty->Set(1.f); in __anona359bf1d0202() 141 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE); variable 142 auto alphaModifier = std::make_shared<RSAlphaModifier>(alphaProperty); 146 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in __anona359bf1d0702() 147 alphaProperty->Set(1.f); in __anona359bf1d0702()
|
H A D | rs_animation_supplement_test.cpp | 451 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(0.1f); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.cpp | 843 std::shared_ptr<RSAnimatableProperty<float>> alphaProperty; in AlphaAnimationBase() local 845 if (!SymbolAnimation::CreateOrSetModifierValue(alphaProperty, alphaBegin)) { in AlphaAnimationBase() 848 auto alphaModifier = std::make_shared<Rosen::RSAlphaModifier>(alphaProperty); in AlphaAnimationBase() 859 …alphaProtocol, alphaCurve, [&alphaProperty, &alphaValueEnd]() { alphaProperty->Set(alphaValueEnd);… in AlphaAnimationBase()
|