Home
last modified time | relevance | path

Searched refs:QueryPathAnimation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h66 std::shared_ptr<RSRenderAnimation> QueryPathAnimation(PropertyId propertyId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp290 auto animation = animationManager.QueryPathAnimation(PROPERTY_ID);
293 animation = animationManager.QueryPathAnimation(PROPERTY_ID);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp301 rsAnimationManager.QueryPathAnimation(propertyId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp273 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QueryPathAnimation(PropertyId propertyId) in QueryPathAnimation() function in OHOS::Rosen::RSAnimationManager
H A Drs_render_path_animation.cpp244 auto prevAnimation = target->GetAnimationManager().QueryPathAnimation(propertyId); in OnAttach()