Home
last modified time | relevance | path

Searched refs:QuerySpringAnimation (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp143 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);
158 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);
181 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.h52 std::shared_ptr<RSRenderAnimation> QuerySpringAnimation(PropertyId propertyId);
H A Drs_modifier_manager.cpp185 std::shared_ptr<RSRenderAnimation> RSModifierManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() function in OHOS::Rosen::RSModifierManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp89 manager.QuerySpringAnimation(id); in TestModifierManager()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h62 std::shared_ptr<RSRenderAnimation> QuerySpringAnimation(PropertyId propertyId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.cpp128 auto prevAnimation = modifierManager->QuerySpringAnimation(propertyId); in StartUIAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp122 animationManager->QuerySpringAnimation(propertyId); in RSAnimationManagerFuzzerTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp259 rsAnimationManager.QuerySpringAnimation(propertyId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp251 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() function in OHOS::Rosen::RSAnimationManager
H A Drs_render_spring_animation.cpp185 auto prevAnimation = target->GetAnimationManager().QuerySpringAnimation(propertyId); in OnAttach()