Home
last modified time | relevance | path

Searched refs:CancelAnimation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp76 AnimationCommandHelper::CancelAnimation(context2, id, 0);
171 AnimationCommandHelper::CancelAnimation(context, targetId, propertyId);
175 AnimationCommandHelper::CancelAnimation(context, targetId, propertyId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp34 &JsNavigationTransitionProxy::CancelAnimation); in JSBind()
152 void JsNavigationTransitionProxy::CancelAnimation(const JSCallbackInfo& info) in CancelAnimation() function in OHOS::Ace::Framework::JsNavigationTransitionProxy
H A Djs_navigation_function.h76 void CancelAnimation(const JSCallbackInfo& info);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h125 static void CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId);
158 ARG(ANIMATION, ANIMATION_CANCEL, AnimationCommandHelper::CancelAnimation, NodeId, PropertyId))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp102 void AnimationCommandHelper::CancelAnimation(RSContext& context, NodeId targetId, PropertyId proper… in CancelAnimation() function in OHOS::Rosen::AnimationCommandHelper