Searched refs:QuerySpringAnimation (Results 1 – 10 of 10) sorted by relevance
143 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);158 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);181 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID);
52 std::shared_ptr<RSRenderAnimation> QuerySpringAnimation(PropertyId propertyId);
185 std::shared_ptr<RSRenderAnimation> RSModifierManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() function in OHOS::Rosen::RSModifierManager
89 manager.QuerySpringAnimation(id); in TestModifierManager()
62 std::shared_ptr<RSRenderAnimation> QuerySpringAnimation(PropertyId propertyId);
128 auto prevAnimation = modifierManager->QuerySpringAnimation(propertyId); in StartUIAnimation()
122 animationManager->QuerySpringAnimation(propertyId); in RSAnimationManagerFuzzerTest()
259 rsAnimationManager.QuerySpringAnimation(propertyId);
251 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() function in OHOS::Rosen::RSAnimationManager
185 auto prevAnimation = target->GetAnimationManager().QuerySpringAnimation(propertyId); in OnAttach()