Searched refs:QueryPathAnimation (Results 1 – 5 of 5) sorted by relevance
66 std::shared_ptr<RSRenderAnimation> QueryPathAnimation(PropertyId propertyId);
290 auto animation = animationManager.QueryPathAnimation(PROPERTY_ID);293 animation = animationManager.QueryPathAnimation(PROPERTY_ID);
301 rsAnimationManager.QueryPathAnimation(propertyId);
273 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QueryPathAnimation(PropertyId propertyId) in QueryPathAnimation() function in OHOS::Rosen::RSAnimationManager
244 auto prevAnimation = target->GetAnimationManager().QueryPathAnimation(propertyId); in OnAttach()