Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_interactive_implict_animator.h37 void PauseAnimator();
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.h85 static jerry_value_t PauseAnimator(const jerry_value_t func,
H A Dimage_animator_component.cpp49 RegisterNamedFunction(FUNC_PAUSE, PauseAnimator); in ImageAnimatorComponent()
340 jerry_value_t ImageAnimatorComponent::PauseAnimator(const jerry_value_t func, in PauseAnimator() function in OHOS::ACELite::ImageAnimatorComponent
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp120 animator->PauseAnimator();
136 animator->PauseAnimator();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interactive_implict_animator.cpp45 void RSRenderInteractiveImplictAnimator::PauseAnimator() in PauseAnimator() function in OHOS::Rosen::RSRenderInteractiveImplictAnimator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp153 animator->PauseAnimator(); in PauseInteractiveAnimator()