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 D | rs_animation_command_test.cpp | 76 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 D | js_navigation_function.cpp | 34 &JsNavigationTransitionProxy::CancelAnimation); in JSBind() 152 void JsNavigationTransitionProxy::CancelAnimation(const JSCallbackInfo& info) in CancelAnimation() function in OHOS::Ace::Framework::JsNavigationTransitionProxy
|
H A D | js_navigation_function.h | 76 void CancelAnimation(const JSCallbackInfo& info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 125 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 D | rs_animation_command.cpp | 102 void AnimationCommandHelper::CancelAnimation(RSContext& context, NodeId targetId, PropertyId proper… in CancelAnimation() function in OHOS::Rosen::AnimationCommandHelper
|