Home
last modified time | relevance | path

Searched refs:AddPropertyToPendingSyncList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp84 animationParam->AddPropertyToPendingSyncList(property);
120 animationParam->AddPropertyToPendingSyncList(property1);
139 animationParam->AddPropertyToPendingSyncList(property2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h65 void AddPropertyToPendingSyncList(const std::shared_ptr<RSPropertyBase>& property);
H A Drs_implicit_animation_param.cpp60 void RSImplicitCancelAnimationParam::AddPropertyToPendingSyncList(const std::shared_ptr<RSPropertyB… in AddPropertyToPendingSyncList() function in OHOS::Rosen::RSImplicitCancelAnimationParam
H A Drs_implicit_animator.cpp492 cancelImplicitParam->AddPropertyToPendingSyncList(property); in CancelImplicitAnimation()