Home
last modified time | relevance | path

Searched refs:HasPropertyAnimation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h380 bool hasPropertyAnimation = node->HasPropertyAnimation(RSProperty<T>::id_);
425 if (!node->HasPropertyAnimation(this->id_) || this->GetIsCustom()) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.cpp79 if (!node->HasPropertyAnimation(rsProperty->GetId()) || rsProperty->GetIsCustom()) { in SyncProperties()
H A Drs_interactive_implict_animator.cpp310 if (!node->HasPropertyAnimation(animation->GetPropertyId()) || animation->IsUiAnimation()) { in FinishOnCurrent()
H A Drs_implicit_animator.cpp484 if (!target->HasPropertyAnimation(property->GetId())) { in CancelImplicitAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h561 bool HasPropertyAnimation(const PropertyId& id);
H A Drs_node.cpp507 bool RSNode::HasPropertyAnimation(const PropertyId& id) in HasPropertyAnimation() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5032 HWTEST_F(RSNodeTest, HasPropertyAnimation, TestSize.Level1)
5036 bool res = rsNode->HasPropertyAnimation(id);