Home
last modified time | relevance | path

Searched refs:SetIsCustom (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.cpp162 curveAnimation->SetIsCustom(property->GetIsCustom()); in CreateAnimation()
186 keyFrameAnimation->SetIsCustom(property->GetIsCustom()); in CreateAnimation()
252 springAnimation->SetIsCustom(property->GetIsCustom()); in CreateAnimation()
270 interpolatingSpringAnimation->SetIsCustom(property->GetIsCustom()); in CreateAnimation()
305 transition_->SetIsCustom(true); in CreateAnimation()
H A Drs_transition.h45 void SetIsCustom(bool isCustom) in SetIsCustom() function
H A Drs_property_animation.h33 void SetIsCustom(const bool isCustom);
H A Drs_property_animation.cpp32 void RSPropertyAnimation::SetIsCustom(const bool isCustom) in SetIsCustom() function in OHOS::Rosen::RSPropertyAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp150 secondCurve->SetIsCustom(isCustom); in RsCurveAnimationFuzzTest()
182 keyframe->SetIsCustom(isCustom); in RsKeyframeAnimationFuzzTest()
225 secondPathAnimation->SetIsCustom(isCustom); in RsPathAnimationFuzzTest()
277 secondSpringAnimation->SetIsCustom(isCustom); in RsSpringAnimationFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp731 animation->SetIsCustom(true);
733 animation->SetIsCustom(false);
765 animation1->SetIsCustom(true);
769 animation2->SetIsCustom(true);
773 animation3->SetIsCustom(true);
941 animation1->SetIsCustom(true);
943 animation1->SetIsCustom(false);
947 animation1->SetIsCustom(true);
949 animation1->SetIsCustom(false);
H A Drs_spring_animation_test.cpp222 springAnimation->SetIsCustom(false);
255 springAnimation->SetIsCustom(true);
H A Drs_curve_animation_test.cpp325 curveAnimation->SetIsCustom(false);
360 curveAnimation->SetIsCustom(true);
H A Drs_keyframe_animation_test.cpp339 keyframeAnimation->SetIsCustom(false);
379 keyframeAnimation->SetIsCustom(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.cpp29 property->SetIsCustom(true); in AttachProperty()
H A Drs_extended_modifier.h49 property_->SetIsCustom(true);
63 property_->SetIsCustom(true);
H A Drs_property.h125 virtual void SetIsCustom(bool isCustom) {}
305 void SetIsCustom(bool isCustom) override