Home
last modified time | relevance | path

Searched refs:AnimatorStopListener (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_texture_mapper.h229 class AnimatorStopListener : public HeapBase { class in OHOS::UITextureMapper
232 * @brief A destructor used to delete an <b>AnimatorStopListener</b> instance.
237 virtual ~AnimatorStopListener() {} in ~AnimatorStopListener()
253 * @param listener Indicates the listener to set. For details, see {@link AnimatorStopListener}.
257 void SetAnimatorStopListener(AnimatorStopListener* listener) in SetAnimatorStopListener()
278 AnimatorStopListener* listener_;
H A Dui_image_animator.h396 class AnimatorStopListener : public HeapBase { class in OHOS::UIImageAnimatorView
399 * @brief A destructor used to delete an <b>AnimatorStopListener</b> instance.
404 virtual ~AnimatorStopListener() {} in ~AnimatorStopListener()
409 * You need to inherit from the <b> AnimatorStopListener</b> class and implement this function.
421 * @param listener Indicates the listener to set. For details, see {@link AnimatorStopListener}.
425 void SetAnimatorStopListener(AnimatorStopListener* listener) in SetAnimatorStopListener()
469 AnimatorStopListener* listener_;
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.h27 class TestTextureMapperStopListener : public UITextureMapper::AnimatorStopListener {
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.h27 class TestAnimatorStopListener : public UIImageAnimatorView::AnimatorStopListener {
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.h25 class ImageAnimatorStopListener final : public UIImageAnimatorView::AnimatorStopListener {

Completed in 3 milliseconds