Searched refs:CancelAnimationByProperty (Results 1 – 6 of 6) sorted by relevance
130 node->CancelAnimationByProperty(propertyId, !property->GetIsCustom()); in ExecuteSyncPropertiesTask()
600 target->CancelAnimationByProperty(property->GetId()); // finish all ui animation in CreateImplicitAnimation()
567 void CancelAnimationByProperty(const PropertyId& id, const bool needForceSync = false);
389 void RSNode::CancelAnimationByProperty(const PropertyId& id, const bool needForceSync) in CancelAnimationByProperty() function in OHOS::Rosen::RSNode
439 node->CancelAnimationByProperty(this->id_, !RSProperty<T>::isCustom_);
4894 HWTEST_F(RSNodeTest, CancelAnimationByProperty, TestSize.Level1)4901 rsNode->CancelAnimationByProperty(id, true);4905 rsNode->CancelAnimationByProperty(id, true);