Home
last modified time | relevance | path

Searched refs:CancelAnimationByProperty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.cpp130 node->CancelAnimationByProperty(propertyId, !property->GetIsCustom()); in ExecuteSyncPropertiesTask()
H A Drs_implicit_animator.cpp600 target->CancelAnimationByProperty(property->GetId()); // finish all ui animation in CreateImplicitAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h567 void CancelAnimationByProperty(const PropertyId& id, const bool needForceSync = false);
H A Drs_node.cpp389 void RSNode::CancelAnimationByProperty(const PropertyId& id, const bool needForceSync) in CancelAnimationByProperty() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h439 node->CancelAnimationByProperty(this->id_, !RSProperty<T>::isCustom_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4894 HWTEST_F(RSNodeTest, CancelAnimationByProperty, TestSize.Level1)
4901 rsNode->CancelAnimationByProperty(id, true);
4905 rsNode->CancelAnimationByProperty(id, true);